/Image-Slider-JQuery

Image slider component using jQuery

Primary LanguageJavaScriptMIT LicenseMIT

Image-Slider-JQuery

Basic Image slider component using jQuery, displays image and title Inspired from the pen: http://codepen.io/zuraizm/pen/vGDHl/

About the sample app

demo/index.html gives you the idea of the plugin.

Usage

declare a holder element and call the plugin upon it:

  • eg: $("#sliderStage").imageSlider(modelData)
  • modelData being an array of objects having src and title info.

#Demo Live demo here