Skip to content

Instantly share code, notes, and snippets.

@dandean
Created April 11, 2010 05:14
Show Gist options
  • Select an option

  • Save dandean/362517 to your computer and use it in GitHub Desktop.

Select an option

Save dandean/362517 to your computer and use it in GitHub Desktop.
$("myloader").show();
new Ajax.Request('/your/url', {
onComplete: function(response) {
$("myloader").hide();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment