Resolving jQuery conflicts
I’m a newbie on jQuery… when i integrate tons good wordpress plugin, it’s always a nightmare because there is always had var conflicts, so there have a function call jQuery.noConflict(); for solving such kind of conflicts, you just modify the control script to jQuery(foo) instead of $(foo), cool?
(More …)
levin 12:16 pm on December 18, 2009 Permalink |
a better method is declare a distinguish var in jQuery.noConflict
var $myjQ = jQuery.noConflict();