Basic Image slider component using jQuery, displays image and title Inspired from the pen: http://codepen.io/zuraizm/pen/vGDHl/
demo/index.html gives you the idea of the plugin.
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