Java scritp tabs and light box

I’m trying to add light box functionality to my web site but every time I add the script it interfere with another java script is there a way to integrate the code or use multiple functions with one script?

  • Either find a light box functionality of the same JS library like jquery, mootools, etc.
  • Find the actual conflicting code in the lightbox or maybe you can use the predefined fixes for the conflicts like jquery provides jQuery.noConflict() method.

cool thanks I ended up just killing the effect ans going with light box instead.