i have a problem put 2 jquery scripts in one page. only one is working until i remove the second script the other working. here is the code of easy slider
<script type="text/javascript" src="js/jquery.js"></script>
$(document).ready(function(){
$("#slider").easySlider({
auto: true,
continuous: true
});
});
i put it in the head tags.
and here is pretty photo script i put it before the end of body tag.
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto(); }); wish anybody can give me answer to make both of them work in same page. here is my website you can check the problem http://www.osmanassem.com/ thank you