문제

I'm creating a Wordpress plugin wich adds a metabox to post edit page. In this metabox there is a link to open a page in a native thickbox (ajax content and NOT into iframe)

In this opened content I would like to use jQuery of 'parent' page (WP admin page) but I got a "jQuery is undefined"...

Any idea ?

thank's :)

도움이 되었습니까?

해결책

Try this

var $j = jQuery.noConflict();

...and $j is your jQuery object

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top