Forums

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

Home Forums Other Anythingslider generally working, but no autoplaying

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #33593
    protherj
    Member

    I’m having a problem where the slider is sliding great if I click my navigation thumbnails, but it doesn’t autoplay.

    I am getting a strange error in Firebug:

    base.$items.delegate is not a function

    base.$items.delegate(‘a’, ‘focus.AnythingSlider’, function(e){

    jquery.anythingslider.1.7.js (line 136)

    Any ideas? I think it was autoplaying at one point. I’m using this as my setup call:

          $('#bannersSlider').anythingSlider({
    easing: "swing",
    autoPlay: true,
    animationTime: 600,
    delay: 3000,
    hashTags: false,
    buildNavigation: true,
    buildArrows: false,
    width: 970,
    height: 335,
    pauseOnHover: false,
    startStopped: false,
    navigationFormatter : function(i, panel){
    return '';
    }
    });
    #83780
    Mottie
    Member

    Hi protherj!

    Yeah I just switched some code over to start using delegate so that makes the minimum jQuery version requirement now version 1.4.2. So please check to make sure you are using that version or higher (currently 1.6.2 is available).

    #83849
    protherj
    Member

    That worked! It was using 1.4.1

    Thanks,
    Jason

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