views:

38

answers:

2

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

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
+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