Forums

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

Home Forums JavaScript anythingSlider stop action

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26592

    Hey volks,

    Everybody here knows the anythingSlider, or? Okay, i customized them so that i have a link on each slide that is clickable, when pushed a div shows below the anythingSlider. What i need now is the function that when the link is clicked the slider needs to be stopped. The function himself is already available because when i’m clicking on the one of the numbered links (for changing directly to another slide) the autoplay is stopped. Also when hover the slide the autoplay is stopped, i need this function as a click action outside the anythingSlider function.

    Any ideas are welcome.

    Matthias

    #66049

    Hi again,

    Another day without the solution, can anybody point me into the right direction. What is doing the job is the following:

    $("#slide-jump").click(function(e){
    $(‘.anythingSlider’).anythingSlider(6);
    e.preventDefault();
    });

    But i then have to link to a static id – but i using the autoplay so the id that i want stop changes with each slide. :(

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.