How to solve two jquery conflict in my html file, I have pasted the code below:
<script type="text/javascript" src="js/jquery.js"></script>
<!--Navigation Scripts-->
<!--Image Slider Scripts-->
<script src="js/jquery.min.js"></script>
If I remove any one of them (script) then it will be work fine but one of these does not working, else whether it be anyone.
Upper one jquery.js is for navigation bar and another one jquery.min.js is for sliding banner script.