[wp-hackers] Re: wp_enqueue_script Question
Jess Planck
jesse at funroe.net
Fri Mar 28 05:42:57 GMT 2008
I think you can create your own jquery instance if you fear conflict
from other plugins that may be working within the same instance.
var joequery = jQuery.noConflict();
joequery(document).ready( function() {
joequery('#log').text( 'Howdy' );
}
On Mar 27, 2008, at 10:58 PM, DD32 wrote:
> jQuery in WordPress uses the noConflict option to prevent issues
> with Prototype.
More information about the wp-hackers
mailing list