jQuery ASP.NET UpdatePanel Document Ready

Share this article

jQuery Code Snippet to force the jQuery to force the pageLoad() function to be called on all postbacks even when using the update panel. Simply replace the document.ready with pageLoad function.

Replace this :

$(document).ready(function(){
  //Jquery Code
});

With this :

function pageLoad(sender, args){
  //Jquery Code
}
Sam DeeringSam Deering
View Author

Sam Deering has 15+ years of programming and website development experience. He was a website consultant at Console, ABC News, Flight Centre, Sapient Nitro, and the QLD Government and runs a tech blog with over 1 million views per month. Currently, Sam is the Founder of Crypto News, Australia.

jQuery
Share this article
Read Next
Get the freshest news and resources for developers, designers and digital creators in your inbox each week