1.0.3 • Published 8 years ago
jquery-ui.tabs.neighbors v1.0.3
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.