Skip to content

Instantly share code, notes, and snippets.

@testflyjets
Created February 6, 2014 16:50
Show Gist options
  • Save testflyjets/8848073 to your computer and use it in GitHub Desktop.
Save testflyjets/8848073 to your computer and use it in GitHub Desktop.
$("*[data-spinner]")
.on("ajax:before", function(){
$($(this).data('spinner')).show();
})
.on("ajax:complete", function(xhr, status){
$($(this).data('spinner')).hide();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment