Forums / Cotonti / Extensions / [Q] How to Integrate the jQuery api / How to Tag?

Kilandor
#10350 2009-03-23 04:26
It could be in a tpl directly, you just need <script type="text/javascript">jQuery.noConflict();</script> before you load your JS files

Documentation on it may be found here.
http://docs.jquery.com/Using_jQuery_with_Other_Libraries

I'm guessing your problem with Slimbox is it auto-opens URL's its possible if you read the documentation to change it so Slimbox only opens on specific URL's with a rel designated to them. I just chose the auto method as most would likely beable to use that no prob.