Click here to Skip to main content
15,891,316 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to avoid conflict javascript function. In same page i am using the popup and menus related javascript function and also different version jquery.min.js.1.10.1 and jquery.min.js.1.20.1. if one working means another one not working. so how to solve this one please anybody help me.
Posted
Updated 20-Nov-15 5:32am
v2
Comments
Krunal Rohit 20-Nov-15 11:17am    
What ?

-KR
ZurdoDev 20-Nov-15 11:18am    
How would we know? We don't know which two you are using. We don't know what error you are getting. We can't see anything you have. Click Improve question and improve the question.

1 solution

jQuery.noConflict() can probably help you.
Check the official documentation here-
https://api.jquery.com/jquery.noconflict/[^]

Check these articles for some examples-
http://www.w3schools.com/jquery/jquery_noconflict.asp[^]

If it doesn't help, share the relevant code so that we can help :)
 
Share this answer
 
Comments
Member 12154439 20-Nov-15 11:29am    
thank you so much for your help.

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