jquery-ui.tabs.neighbors
Version:
jQuery UI plugin for Tabs Widget to add previous and next tab buttons
19 lines (14 loc) • 808 B
Markdown
#jQueryUI.Tabs.Neighbors [](https://travis-ci.org/asleepwalker/jquery-ui.tabs.neighbors) [](https://gemnasium.com/github.com/asleepwalker/jquery-ui.tabs.neighbors)
[jQuery UI](http://jqueryui.com/) plugin for [Tabs Widget](http://jqueryui.com/tabs/) to add previous and next tab buttons.
```
$('#tabs').tabs({
neighbors: {
prev: $('button.prev'),
next: $('button.next')
}
});
```

### <a href="http://asleepwalker.github.io/jquery-ui.tabs.neighbors/">Demo</a>
## License
The MIT License.