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.
我正在创建一个 Wordpress 插件,它添加了一个元框来发布编辑页面。在此元框中,有一个链接可在本机厚框中打开页面(ajax 内容而不是 iframe)
在这个打开的内容中,我想使用'父'页面(WP管理页面)的jQuery,但我得到一个“jQuery未定义”......
任何的想法 ?
谢谢 :)
试试这个
var $j = jQuery.noConflict();
...而 $j 是您的 jQuery 对象