jquery-ui.tabs.neighbors
v1.0.3
Published
jQuery UI plugin for Tabs Widget to add previous and next tab buttons
Downloads
9
Maintainers
Readme
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.