Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created June 2, 2012 01:10
Show Gist options
  • Select an option

  • Save jmertic/2856035 to your computer and use it in GitHub Desktop.

Select an option

Save jmertic/2856035 to your computer and use it in GitHub Desktop.
// Display a message to the user before the action
ajaxStatus.showStatus('Message to display while doing the action');
//
// Perform the AJAX action
//
// Now hide the message when we are done
ajaxStatus.hideStatus();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment