🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

jqSlide is a lightweight, responsive jQuery content slider plugin which automatically switches between select-like slider and tabs-like slider based on the screen width.

Content-slider tabs

Documentation

jqSlide

A small jquery pluging for Slider

usage

<div id="slider">   <h1> Slide 1 </h1>   <p>     //Slide 1 Content   </p>   <h1> Slide 2 </h1>   <p>     Slide 2 Content   </p>   <h1> Slide 3 </h1>   <p>     //Slide 3 Content   </p>   <h1> Slide 4 </h1>   <p>     //Slide 4 Content   </p> </div>
  $('#slider').jqSlide({     'defaultSlide' : 2   });

Licence MIT


You May Also Like