Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Lightbox Jquery conflict? Reply To: Lightbox Jquery conflict?

#150460
whatsoever
Participant

Replace the code on line 171 in your fotos.html with this: (function($){$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate ({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);})}(jQuery) )

I think it would solve the problem, although I am not sure I haven’t been able to test it :)