How to be a jQuery no.conflict expert?
I mostly face jQuery conflict errors with Prototypes JS. and I'm nota jquery expert.
Can I still solve all conflict problems. how to get expertize to solve conflict issues.
How to know whole code is jquery. what if simple javascript and jquery code mixed in one js file?
What if inside external js code directly begin from
var opbox="";
this is source order Which i can't change
1
<script type="text/javascript" src="jquery.min.js"></script>
2
I want to remove conflict error from example.js
<script type="text/javascript" src="example.js"></script>
3
<script type="text/javascript" src="Prototype.js"></script>
4
<script type="text/javascript" src="scriptaculous.js ></script>