Submit your widget

Slideshow Feature List

Created 13 years ago   Views 35284   downloads 7590    Author jqueryglobe
Slideshow Feature List
View DemoDownload
184
Share |

Using Feature List requires a simple function call:

$.featureList(
 $("#tabs li a"),
 $("#output li"), {
  start_item : 1
 }
);
 
// Alternative
 
$('#tabs li a').featureList({
 output  : '#output li',
 start_item : 1
});

Options

The following options are configurable:

  • start_item - Index of active tab by default (counting starts from 0) (default 0)
  • pause_on_hover - If true, animations will pause when the mouse hovers over the tabs (default true)
  • transition_interval - Length of time between transitions (0 = no automatic transitions) (default 5000)