[wp-hackers] jQuery Query

Sabin Iacob iacobs at m0n5t3r.info
Sun Mar 2 21:33:38 GMT 2008


Andy Staines wrote:
> On 2 Mar 2008, at 21:05PM, Ryan Boren wrote:
>> We add one thing to the end:
>>
>> jQuery.noConflict();
>>
>> Maybe the plugin uses $() instead of jQuery().

try something like this:

(function($) {
    //your plugin here
})(jQuery)

;o)


More information about the wp-hackers mailing list