Forums

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

Home Forums CSS jQuery pop up box inside JS anythingSlider not working Re: jQuery pop up box inside JS anythingSlider not working

#110627
Mottie
Member

Ok, change this line, from this

$([trigger.get(0), info.get(0)]).mouseover(function () {

to this

trigger.add(info).mouseover(function () {

once that is done, you’ll need to adjust the top and left position so that the popup is inside the slider