Search Results

0
votes

ajax postback in jquery

You can bind a function to a JQuery object to be completed when any AJAX call completes. $('#status').ajaxComplete(function(event, request, settings) { // Do stuff here... }); …