|
Making two jquery scripts work together on page
I have searched and found other people have this problem. I'm using a jquery scrollTo script and lightbox2 script. They are not playing nice together on the same page. I saw something about putting in no conflict, where in the world do I do that, I am not a programmer. The thing is my code for lightbox is in the <head> tag and the code for the scrollTo is in the body tag. Here is the code for the lightbox. Any help is so so awesome.
<!--Lightbox-->
<script type="text/javascript" src="lightbox2/prototype.js"></script>
<script type="text/javascript" src="lightbox2/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="lightbox2/lightbox.js"></script>
<link rel="stylesheet" href="lightbox2/lightbox.css" type="text/css" media="screen" />
<style type="text/css">
<!--
-->
</head>
|