Skip to content

Instantly share code, notes, and snippets.

@Lordnibbler
Created June 1, 2013 00:03
Show Gist options
  • Save Lordnibbler/5688740 to your computer and use it in GitHub Desktop.
Save Lordnibbler/5688740 to your computer and use it in GitHub Desktop.
$("#signup-form").on("submit", function(event) {
event.preventDefault();
mixpanel.track("Signup form submitted", {}, function() { $("#signup-form").off("submit").submit(); });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment