Using jQuery with Other Libraries
I have ofcourse read
this tut and searched all over the www but I'm too much of a dummy to fix the problem.
I really do want to use prototype (lightbox) and jQuery (lavalamp) together. As I also tried jQuery lightboxes but no luck there together with lavalamp either (I know... it must be my problem...).
I have the following code on my page
<script type="text/javascript" src="../js/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="../js/jquery.lavalamp.min.js"></script>
<script type="text/javascript" src="../js/jquery.easing.min.js"></script>
<script type="text/javascript" src="../js/nav_imgs.js"></script>
<script type="text/javascript" src="../js/prototype.js"></script>
<script type="text/javascript" src="../js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="../js/lightbox.js"></script>
The problem is that I simply do not understand how and where to put what to make it work.
I've tried all exemples, but must be missing out on something.
Help much appreciated.
A no-no dummie :-)