views:

891

answers:

2

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

A: 

Is it because you havent included the mousewheel jquery plugin - mousewheel jquery plugin which jquery tools rely on?

Dr. Frankenstein
How did I not notice that? thank you so much for taking the time to investigate.
Zander
+1  A: 

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.

bobince
How did I not notice that, thank you so much!
Zander