I think that newcomers need simple notes to use YCodaSlider.
First, include the required libraries:
- jquery-1.2.6.pack.js
- jquery-easing-1.3.pack.js
- ycodaslider-2.0.js
then fire it up with a short script like this one:
YCodaSlider.Base.css('style.css');
jQuery(window).bind("load", function() {
jQuery("div.ycodaslider").ycodaslider({width : 540, sidebars : false});
jQuery("div.ycodaslider").width(540);
});
