jquery conflict when using more javascripts
Hi.
I have already a jquery call to one menu bar script, and I need to add
lightbox which uses jquery again.
I tried hard to try to find a solution searching and testing but I was
unable to fix the problem.
Anyone has an idea how to do this?
My code is:
<link rel="stylesheet" type="text/css" href="../menu/
ddsmoothmenu.css" />
<script type="text/javascript" src="../menu/jquery.min.js"></script>
<script type="text/javascript" src="../menu/ddsmoothmenu.js"></script>
<script type="text/javascript" src="../javascripts/
animatedcollapse.js">
Then how can I add lighbox script after?
Thank you.
sitesme