Re: All javascript disappears when trying to add a jquery plugin
Limen wrote:
As the title says, I can't install any jquery plugin because the moment I try the final code every default jquery pluging is disabled.
I'm trying to install either this http://caroufredsel.frebsite.nl/ or this http://jquery.malsup.com/cycle/
[snip...]
Hi Limen
It is possible to add extra jQuery plugins to Tiki - how and where are you including the extra library? It might failing be because the extra plugin is getting loaded before jQuery. Try using $.getScript in a {JQ} block (which runs on doc.ready by default for you) and do your initialisation inside the callback.
Your code looks ok - but also you might try Firefox with Firebug installed to break on JS errors (useful in general)
Good luck!
jonny