Forums

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

Home Forums JavaScript Jquery slider question

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

    Hey guys, so I used a slider from here, the boxes one,
    http://www.geektrax.com/new/

    You can see it on there. The problem I have is I changed the slider amount to 3 instead of the 5 it was. and i want the "panel 2" to be the one that starts off in the middle, if you’ll notice it starts on panel 3. How can I fix this? I went into the JS file and changed

    Code:
    // Set up “Current” panel and next and prev
    growBigger(“#panel_3”);
    var curPanel = 3;

    I changed it to #panel_2 but didn’t seem to fix it. Help!? Please, and thanks! :ugeek:

    #71971
    phillseemore
    Participant

    Never mine, Solved it just had to change both numbers to 2 and it’s all better. Hope this helps someone else in the future.

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