Post Top Ad

Post Top Ad

Tuesday, January 27, 2009

jQuery Slider Plugin: Easy Slider

Easy Slider is a jQuery plugin for displaying images or any type of content within a slider.
It is configured with CSS and can slide the contents horizontally & vertically.


How does it work?

  • Create an unordered list with the contents to be slided
  • Define the div wrapping the slider: $("#slider").easySlider();
  • Configure your prev-next buttons:
  • Set the options (speed, horizontal-vertical, IDs for prev-next buttons)
  • And, style it however you want via CSS

Here are 3 unstyled demos:

To sum up, Easy Slider is a handy solution for creating sliders that can be easily styled.

Requirements: jQuery
Compatibility: All Major Browsers
Website: http://cssglobe.com/post/3783/jquery-plugin-easy-ima...
Demo: http://cssglobe.com/lab/easyslider/01.html

No comments:

Post a Comment