i have already included jquery.js and jquery.1.3.2.js on my page for other functionality.I think it is getting conflicted with other.plz reply
views:
38answers:
2
A:
If jquery.js is in fact jquery 1.4.2, then you must read this for example:
http://stackoverflow.com/questions/1117463/two-jquery-versions-on-the-same-page
GaVrA
2010-07-03 12:48:59
+1
A:
Why would you include 2 different versions of jQuery on the same page? jQuery is pretty good with backwards compatibility, so try using ONLY the latest.
Luca Matteis
2010-07-03 13:27:25