Skip to content

Instantly share code, notes, and snippets.

@tamboer
Created April 30, 2013 07:45
Show Gist options
  • Select an option

  • Save tamboer/5487218 to your computer and use it in GitHub Desktop.

Select an option

Save tamboer/5487218 to your computer and use it in GitHub Desktop.
jQuery for image of loading_gif
$('#loadingGif').hide();
$('#inlineSubmit, #searchSubmit,.load,.payterm').click(function(){
$('#loadingGif').show();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment