Hi!
I use the active event to launch an html object that has his own close button ...
but when i close it, if i try to relaunch the same one, the event doesn't fire ... cos the item is still active ...
I've tried
$(sly.items[itemIndex].el).removeClass("active");
sly.rel.activeItem= null;
sly.activate(null);
but I cannot find the way to deactivate an item ...