vendredi 22 février 2019

DoPostBack call javascript in load() jquery function

I have a doPostBack call inside a .load() jquery function. After the function run, the web page will refresh and it creates an infinite loop. How can I manage this situation?

$("#id").load(function(){ 
   //code
   DoPostBack(...)
}

Thanks in advance




Aucun commentaire:

Enregistrer un commentaire