image and content slider
easy-slider is a tiny jQuery plugin that creates a responsive slider using elements inside a container. it let's you to focus on design and then slide it using one line command.
- Download the slider.js and include it on your page
- Initialize the slider, give it the container ID and the slides class name new H2O.slider({sliderID: "#main-slider", slideClass:".mySlides"});
- If you want to appear dots add the dot class name new H2O.slider({sliderID: "#main-slider", slideClass:".mySlides", dotClass:".dot"});