CALL J QUERY FUNCTION IN UPDATEPANEL

CALL J QUERY FUNCTION IN UPDATEPANEL

$('document').ready(function () {
});
normally we use document.ready function in aspx page but it will call only one time(means first time of page loading)if you want to peform this action in multiple time in an upadate panel you can use the following method


  var prm = Sys.WebForms.PageRequestManager.getInstance();
          prm.add_endRequest(function ()
          {

});

jquery problem in ajax update panel,jquery function not works in ajax upadate panel,call jquery method in ajax update panel,jquery  with ajax control toolkit,jquery update panel problem