使用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.
$().ready(function() { /* use livequery to bind events to stuff that wont see the dom */ $("#modal").livequery(function() { /* do your business here */ }); });
以上是关于使用livequery将jquery事件绑定到ajax&ŧ039;d内容的主要内容,如果未能解决你的问题,请参考以下文章
jQuery 1.7+ 中等效的 jQuery livequery 插件