jQuery ready event not fired on partial page load

后端 未结 5 1410
春和景丽
春和景丽 2021-01-13 00:14

Here\'s the situ: A page which contains html and using the jQuery libray and tabs jQuery UI plugin loads another page when some tab is clicked. The problem is that when the

5条回答
  •  死守一世寂寞
    2021-01-13 00:50

    I believe you can do something like this (derived from ASP.NET):

    
    

    Which should hook into the end request event that includes partial page updates. You'd obviously update the example above to call the appropriate JS function that you'd like.

提交回复
热议问题