Reputation: 2684
I am using the jQuery Tools Scrollable plugin - http://flowplayer.org/tools/scrollable.html#navigator
I have created a scrollable with a navigator before without problems and now, for some reason I cannot get the darned thing to work. The possible reason could be that there are too many divs playing, but I need all of them because each scrollable needs a container.
I cannot get the navigator and the mousewheel elements to work. I'm sure it is something really simple that I have missed so I would really appreciate it if someone could have a look through my code and figure out what I'm missing.
Please have a look at http://jsbin.com/inuru/ to see where I'm at so far.
You can play around and have a look at the code here: http://jsbin.com/inuru/edit/
Many thanks in advance
Upvotes: 0
Views: 3842
Reputation: 4684
Is it because you haven't included the mousewheel jquery plugin - mousewheel jquery plugin - which jquery tools rely on?
Upvotes: 1
Reputation: 536379
The script you're linking to is a minimal one that doesn't include tools.scrollable.navigator
. You need to build a script containing that and any others of the tools you want to use, or just link to the full build if you don't care about the bloat.
Upvotes: 5