jQueryUI.Tabs.Neighbors
jQuery UI plugin for Tabs Widget to add previous and next tab buttons.
$('#tabs').tabs({
neighbors: {
prev: $('button.prev'),
next: $('button.next')
}
});
Demo
License
The MIT License.
jQuery UI plugin for Tabs Widget to add previous and next tab buttons.
$('#tabs').tabs({
neighbors: {
prev: $('button.prev'),
next: $('button.next')
}
});
The MIT License.
npm i jquery-ui.tabs.neighbors
5
1.0.3
MIT