使用livequery将jquery事件绑定到ajax&ŧ039;d内容

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用livequery将jquery事件绑定到ajax&ŧ039;d内容相关的知识,希望对你有一定的参考价值。

#modal would be the bodyID of your modal window. I use jqmodal so it strips out all the header tags, and takes your body ID and turns it into a div.
  1. $().ready(function() {
  2.  
  3. /* use livequery to bind events to stuff that wont see the dom */
  4.  
  5. $("#modal").livequery(function() {
  6.  
  7. /* do your business here */
  8.  
  9. });
  10.  
  11. });

以上是关于使用livequery将jquery事件绑定到ajax&ŧ039;d内容的主要内容,如果未能解决你的问题,请参考以下文章

Javascript - Jquery - 插件

jQuery 1.7+ 中等效的 jQuery livequery 插件

实时查询性能

元素添加到 DOM 时触发事件:JQuery Livequery Equivalent in 1.7

jQuery 动态绑定插件livequery的用法

如何使用 ajax 调用将 jquery 数据表加载到 div 中