Friday 29 November 2013

Reload the Page via AJAX using Jquery

/** Reload the Page via AJAX using Jquery. */
(function () {
 $('#dvLoading').fadeOut(10); // To Switch Off the loader..

 location.reload();
 
} ()); 

No comments:

Post a Comment

Please post any queries and comments here.