[wp-hackers] jQuery Query
Ryan Boren
ryan at boren.nu
Sun Mar 2 21:05:15 GMT 2008
On Sun, Mar 2, 2008 at 12:22 PM, Andy Staines <andy at yellowswordfish.com> wrote:
> Hi
>
> The jQuery.js file in WP 2.5 (Version 1.2.3/Revision 4663) is not
> identical to the same revision I have just downloaded from jquery.com
> which seems to explain why some code I am working on that uses a
> jQuery plugin does not work with the WP supplied version but does work
> with the authentic one.
> Is whatever change that has been made purposeful or is this an
> accident? And if purposeful is there a key to getting jQuery plugins
> to recognise the library?
We add one thing to the end:
jQuery.noConflict();
Maybe the plugin uses $() instead of jQuery().
More information about the wp-hackers
mailing list