Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Can't get this to work, tried putting the var yourScrollBar both outside and inside document ready, and the _update is exactly where u put it. But nothing happens. :/ Commented Feb 2, 2013 at 20:04
  • The var yourScrollBar bit is just to declare a new scroll bar... you should have already done this to get it work in the first place? And the only bit you need to add is the **YourDeclaredScrollBar**.tinyscrollbar_update(); to the click function.
    – dev
    Commented Feb 2, 2013 at 20:07
  • I could be wrong about this though :) Have a read of the site this is where I got the update bit from.
    – dev
    Commented Feb 2, 2013 at 20:07
  • Nah I used $('nav-container'), tried changing it to that now and it updates the scrollbar, wierd how it didn't do it with the variable though. It doesn't work perfect yet I have some stuff to figure out. Thanks for the help. =) Commented Feb 2, 2013 at 20:14
  • No problem glad to have helped in some way :)
    – dev
    Commented Feb 2, 2013 at 20:15