I am attempting to implement the jQuery Tools Scrollable Example from here:
http://flowplayer.org/tools/scrollable/index.html
and I am having a problem getting this to function in jsFiddle:
http://jsfiddle.net/NinjaSk8ter/NY5ax/
I have included all of the necessary resources listed in the documentation including:
jQuery 1.6.4 and jquery.tools.min.js
I am obviously missing something. If someone could check it out I would appreciate it.
Add either<script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script>to the markup or re add the plugin to the managed resources. That got it to work for me: http://jsfiddle.net/NY5ax/22/Edit
This plugin doesn’t seem to work for me in Firefox 7.01. Works in Chrome and IE9.
http://flowplayer.org/tools/demos/scrollable/one-sized.htm doesn’t work either.
Edit 2
Just tried with FF 10. Still doesn’t work. I’d file an issue @ https://github.com/jquerytools/jquerytools if there isn’t one already there.