Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
i did a chat module in asp.net it works fine as a separate module but when i integrate it in my project then its not work properly because of conflict in Jquery.
i used jquery-1.6.2.min.js for chating and in my WebForm already another js file i.e
jquery-1.2.6.min.js when i include both then it not works. I need to use both js. give me solution.
Thank u
Posted

1 solution

You could try this:
http://web.enavu.com/daily-tip/using-multiple-versions-of-jquery-on-the-same-page/[^]

Another solution might be to simply load the chat in a separate iframe. That way it looks integrated but actually is just another window with its own separated source.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900