Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想我曾经为此使用 live() ,但我有一个可以打开外部 html 页面的灯箱。我想在这个页面上做一些 jquery,有没有办法使用父页面中的脚本来做到这一点?
最好的方法是,如果您在外部页面中添加 jquery 代码,
否则,您可以尝试:
$('iframe').contents().find('#elemen').live();
但它必须是同一个域