New here, and still pretty new to javascript.
I have a page that I'm trying to run a number of different javascripts on.
- jquery-1.2.2.pack.js
- overlapviewer.js
- prototype.js
- scriptaculous.js
- lightbox.js and
- vnu_datestamp.js
I have no problem with the datestamp. It runs pretty well anywhere because it's a link/rel to the actual js file.
Prototype, Scriptalicious and Lightbox all work too.
I can't get jquery and the overlapviewer to function.
This is a pretty basic script. It allows a jpg or gif to "pop into" the page when hovering over a selected linked portion of text.
I've used it on dozens of other pages and never had a problem except img src errors in my tagging, but I've never tried to put it on the same page with the lightbox.
Everything loads in the <head> and I've been over the scripts themselves trying ot find conflicting code, but unsuccessfully.
Anyone got ideas?