/ Published in: jQuery
Expand |
Embed | Plain Text
$('#loader').ajaxStart(function() { $('#loader').removeClass('hidden'); }).ajaxStop(function() { $('#loader').addClass('hidden'); });
You need to login to post a comment.
mikael12 on 03/02/11
3 people have marked this snippet as a favorite
$('#loader').ajaxStart(function() { $('#loader').removeClass('hidden'); }).ajaxStop(function() { $('#loader').addClass('hidden'); });
You need to login to post a comment.