I am using more than one js file ,so my js file are conflict between them.
What is the solution of that..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit PatelPosted Jun 14, 2012, 11:22 PM
123var$j = jQuery.noConflict();please refer the below link.
http://jqfundamentals.com/
Jignesh TrivediPosted Jun 14, 2012, 7:02 AM
If your file contain same function name then its create problem other wise it work fine.
can please provide more info?