Guest User

Untitled

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $('.updateTable').click(function() {
  2.  
  3. ().ajaxSend(function(r,s){
  4. $("#contentLoading").show();
  5. $("#grid").hide();
  6. });
  7.  
  8. $().ajaxStop(function(r,s){
  9. $("#grid').fadeIn("fast");
  10. });
  11.  
  12. });
Add Comment
Please, Sign In to add comment