Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 21, 2014 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/3377ad3c6e30a4a9e7d6 to your computer and use it in GitHub Desktop.
Save devdays/3377ad3c6e30a4a9e7d6 to your computer and use it in GitHub Desktop.
Single Page App - isloading method to jQuery
// Apply isLoading to jQuery
$.isLoading({
text: "Loading"
});
// Release it when you have finished loading data for your page
$.isLoading("hide");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment