Javascript(jquery) conflicts in asp application
Need advice, best practices. I have some functionality in my application which is required external javascript/jquery. I just tried to implement another component to my application which is using also javascript/jquery but different.
The problem is they work perfectly separate, but cannot work together. I assumed some conflicts going on behind. I tried to trace it with firebug nothing to show as errors. But it's braking somewhere for sure.
I don't have a lot of experience of debugging client side scripts.
It would be great if someone suggest the best way how to debug, maybe trac开发者_如何转开发e or just how to find what causing conflict between those scripts.
Each of component has more than five, three external javascript files so it's no way for me to publish code here.
精彩评论