hello all i have two js file ,how to solve conflict problem
my js is
<script src="NewFolder1/js/jquery-1.6.min.js" type="text/javascript"></script>
and second is
<script type="text/javascript" src='<%= Page.ResolveClientUrl("js/jquery-min.js") %>'></script>
both are not working together
when i used
$.noConflict();
function then only one js r working
please help me anyone