Conflicting jquery libraries
Hi
I am already using the jquery-1.2.6.min.js in my page. But now i need to implement the jquery datepicker in the same page, for that, it is told to use the
http://code.jquery.com/jquery-latest.js
.
Now wht is happening is both the js are conflicting, when i comment the jquery-1.2.6.min.js , the date picker works, otherwise it wont. But i need the jquery-1.2.6.min.js for some other functionalities in the same page, so i cant comment it. Please someone give a solution to my problem
Thanks in advance