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.
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.