sliderTabs icon indicating copy to clipboard operation
sliderTabs copied to clipboard

SliderTabs - A flexible, super simple jQuery plugin for sliding tabs.

Results 2 sliderTabs issues
Sort by recently updated
recently updated
newest added

Added Feature to the slider pauseOnHover. Description : This option when turn on will pause the slider when the mouse cursor is over the slider. Usage : $("div#mySliderTabs").sliderTabs({ autoplay: 5000,...

var sliderTabs = new $.sliderTabs($("#mySliderTabs"), { autoplay: 5000, mouseoverStop: true, //dafault:true, if mouse over on slide & tabs, then slider stops mouseleavePlay: true, //dafault:true, if mouse leave from slide &...