Java | having a thickbox and a videobox on the same page? only one works at a time??? help!?

Question by JT: Java | having a thickbox and a videobox on the same page? only one works at a time??? help!?
i want a thickbox and a video bo on the same page

only one will work at a time, not both on the same page? Is the script canceling out when both are implemented?

my script:




Best answer:

Answer by Jeremy
You are trying to use two different javascript frameworks to load different plugins. I would stick with using only one framework — either jquery or mootools and try to find either a thickbox type plugin for mootools or a video plugin for jquery.

Or you can use jQuery.noConflict():

http://api.jquery.com/jQuery.noConflict/

What do you think? Answer below!

About Admin