Skip to content

Instantly share code, notes, and snippets.

@tanmayk
Created April 4, 2013 14:17
Show Gist options
  • Save tanmayk/5310721 to your computer and use it in GitHub Desktop.
Save tanmayk/5310721 to your computer and use it in GitHub Desktop.
$('#my-submit').bind('ajaxSuccess', function() {
doStuff(this);
jQuery(this).unbind('ajaxSuccess');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment