Skip to content

Instantly share code, notes, and snippets.

@fleimisch
Created February 5, 2015 00:33
Show Gist options
  • Select an option

  • Save fleimisch/4f657040356d2070e12a to your computer and use it in GitHub Desktop.

Select an option

Save fleimisch/4f657040356d2070e12a to your computer and use it in GitHub Desktop.
Jquery postback endrequest
var prm = Sys.WebForms.PageRequestManager.getInstance();
prm.add_endRequest(function() {
// stuff
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment