1
Hi there.
I'm working on a new website, and I use jquery for lightbox features. It all works well except for the publisher module.
To avoid conflict I use:
jQuery.noConflict();
jQuery(document).ready(function($){
But I had no luck.
In news module the same code works, and in custom block. It's really simple, just loaded jquery with plugin for gallery and class element on
tag.
Tnx