okay ! so i have several script on my site...
something like fancybox,
a mail form that pops up when I click on hyperlink,
another jquery script for photo gallery & several others...
the problem now is that in order to use this other script it appears
like there is a conflict with some of the jquery versions I'm using
looks like this >
<script type="text/javascript" src="js/interface/shoutbox.js"></
script>
<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="js/fancybox/jquery.easing.
1.3.js"></script>
okay so if i delete
<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" src="js/fancybox/jquery.easing.
1.3.js"></script>
the script I want to add starts working but then the rest of the other
scripts stop working .
what can I do to solve this ?