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

jflex is a tiny jQuery carousel plugin that converts a list of images into a touchable and draggable carousel slider with tabbed navigation & an autoplay timer.

Carousel Image-Slider

Documentation

jFlex

jFlex

Touch-device friendly jQuery carousel plugin.

Size: 9kb / 6kb minified Demo: matswainson.github.io/jflex/

Supports:

  • Android 4.1+
  • Chrome 31+
  • Firefox 38+
  • IE 9+
  • Opera 30+
  • Safari iOS 7.1+
  • Safari 8+

Options

  • autoplay true, false
  • customClass add a custom class to the parent div element
  • highlightColor default: #555
  • showArrows true, false
  • swipeable true, false
  • theme light, dark
  • titles bottom, top
  • timing (ms) number (5000)

How to use

‹div class="flex"›   	‹ul class="slides"›   		‹li data-title="Slide 1"›Slide 1‹/li›   		‹li data-title="Slide 2"›Slide 2‹/li› 		‹li data-title="Slide 3"›Slide 3‹/li›   	‹/ul›   ‹/div›
$('.flex').jFlex({ 	autoplay: true, 	customClass: 'customClass', 	highlightColor: '#3b808d', 	showArrows: true, 	theme: 'dark', 	timing: 5000, 	titles: 'bottom' });

You May Also Like