Skip to content

Instantly share code, notes, and snippets.

@iArnaud
Forked from jhummel/gist:1338318
Created January 28, 2013 14:06
Show Gist options
  • Select an option

  • Save iArnaud/4655754 to your computer and use it in GitHub Desktop.

Select an option

Save iArnaud/4655754 to your computer and use it in GitHub Desktop.
// Fix to make zepto work with ujs-jquery
$.fn.ajaxSend = function(callback) {
return this.each(function(){
$(this).on('ajaxBeforeSend', callback);
});
};
var jQuery = $;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment