- This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘JavaScript’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › JavaScript › Anything Slider stopping autoPlay
Inside my anything slider, I have links that open up lightbox. The problem with the way anything slider is set up is that when I click the link inside the slider, the lightbox opens up with the content but the anything slider keeps on looping in the background. How can I stop the slider when a user clicks on a link inside of it?
I apologize for the late reply, I was waiting for an email to be sent when someone replied to my question. So I am not that familiar with how to link javascript code to my link inside the document. Can you help me out with this? So for example if my code for the link is this:
How would I link the JS code you gave me?
thank you so much!
My anything slider is placed in a div id=”main”. I have the function below set to stop the slide when click are done in main.. The slider does not pause and keeps playing.
is
$(‘#slider1’).data(‘AnythingSlider’).startStop(); //stop the slideshow
supposed to stop the slide.. I am I missing something? Please Help.