Skip to content

Instantly share code, notes, and snippets.

@mickeb
Created June 3, 2010 16:49
Show Gist options
  • Save mickeb/424132 to your computer and use it in GitHub Desktop.
Save mickeb/424132 to your computer and use it in GitHub Desktop.
$(function(){
$("#new_post").bind("ajax:loading", function(e, xhr) {
alert(xhr);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment