#jQueryUI.Tabs.Neighbors [![Build Status](https://travis-ci.org/asleepwalker/jquery-ui.tabs.neighbors.svg?branch=master)](https://travis-ci.org/asleepwalker/jquery-ui.tabs.neighbors) [![Dependency Status](https://gemnasium.com/badges/github.com/asleepwalker/jquery-ui.tabs.neighbors.svg)](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')
	}
});
```

![neighbors](https://cloud.githubusercontent.com/assets/5080313/9653688/fed058b2-522d-11e5-8a82-4fbe23efa14d.png)
### <a href="http://asleepwalker.github.io/jquery-ui.tabs.neighbors/">Demo</a>

## License

The MIT License.