I'm using the navigation drop down which uses jQuery 1.3
I also have jQuery I am using the countdown script which is 1.4 similar to this script
When I do this, my drop down is broken.
How can I drop down and count it too?
code> jQuery.noConflict You can have multiple versions of jQuery on one page < / P>
& lt; Script src = 'jquery-1.3.js' & gt; & Lt; / Script & gt; & Lt; Script & gt; Var jq13 = jQuery.noConflict (); & Lt; / Script & gt; & Lt; Script src = 'jquery-1.4.js' & gt; & Lt; / Script & gt; Then you have to change the use of $ in the navigation drop-down script for jq13 .
Comments
Post a Comment