Forums

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

Home Forums JavaScript Anything Slider Back & Forward

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #29510
    larsvegas
    Member

    Hi there,

    i’m using the AnythingSlider and would like to add two text-links ‘< back’ and ‘forward >’, like

    Code:
    $(“#forward”).click(function(){
    $(‘.anythingSlider’).anythingSlider(page + 1);
    });

    I know that it’s not page + 1 or -1, but what is it? Can anyone help me with this?

    Greetings L*

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