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オブジェクトです