PDA

View Full Version : Using multiple Jquery accordions on one vba page


Alfa1
02-12-2011, 11:44 AM
I intent to place two jquery functions on the same vbadvanced page. The first:
Jquery tabbed content with sliding effect (http://net.tutsplus.com/tutorials/javascript-ajax/create-a-tabbed-interface-using-jquery/)
and this one: Accordion Menu (http://jqueryui.com/demos/accordion/)

Both use the same accordion effect.

When adding one of these then I can get it to work, but when adding both, then one of these will not work. The css does not load and the accordion effect does not work.

Does anyone know how to resolve this?

Edit: the same seems to happen when I add the ispy module to vbadvanced.

Alfa1
02-21-2011, 02:51 AM
I found this: http://docs.jquery.com/Using_jQuery_with_Other_Libraries
But that doesnt solve it. I would really appreciate help.