I have problems with regards on 2 JQuery libraries and im trying to implement a batch image load plugin. but i am getting some jquery conflict. some of my functions doesnt work when i put the new one.
this is my default one:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
the batchimageload plugin uses
<script type="text/javascript" src="http://www.yankov.us/batchImageLoad/jquery.min.js"></script>
The batchimageload works if i will use the second one but some i lose some functions on my webpage for i dont know what reason.