How To Use a Spinner With jquery.pager
erics, Posted September 26th, 2011 at 11:10:13am
Just an addendum to the previous post about ajax loader spinner images…
1 2 3 |
jQuery('.page-number, .pgNext:not(.pgEmpty)').live("click", function (event) { jQuery('#Spinner').fadeIn(); }); |
Leave Your Comment
All fields marked with "*" are required.