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

Tabs.Neighbors is a JQuery plugin that allows the visitor to switch between tabbed panels by click on the next / prev arrows.

jQuery-UI tabs

Documentation

#jQueryUI.Tabs.Neighbors Build Status Dependency Status

jQuery UI plugin for Tabs Widget to add previous and next tab buttons.

$('#tabs').tabs({ 	neighbors: { 		prev: $('button.prev'), 		next: $('button.next') 	} }); 

neighbors

Demo

License

The MIT License.


You May Also Like