I am trying to implement the JQuery SerialScroll Plugin with JSFiddle and for whatever reason it is not functioning.
Does anyone have any idea as to why?
I think it could be some开发者_JAVA百科 problem with the JavaScript within my JSFiddle.
I copied the jquery-serialScroll-1.2.2-min.js
Here is the SerialScroll Demo Page: http://demos.flesler.com/jquery/serialScroll/
Here is my JSFiddle: http://jsfiddle.net/NinjaSk8ter/Pe63x/
Although their Demo uses JQuery 1.3.2 Im using JQuery 1.5 Also I have nowrap body selected
I have the demo working just fine with 1.5.2 in jsfiddle.
http://jsfiddle.net/54au5/1/
Notes:
I'm using the manage resources to point at serialScroll and scrollTo
SerialScroll was last updated over a year ago. As a rule of thumb, don't use jQuery plugins that haven't been updated since the last major release of jQuery (e.g. jQuery 1.3.2 was the latest release when SerialScroll was last updated).
A modern slideshow plugin with similar capabilities (and more) is Skitter.
精彩评论