Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 808 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 808 Bytes

#jQueryUI.Tabs.Neighbors Build Status Dependency Status

jQuery UI plugin for Tabs Widget to add previous and next tab buttons.

$('#tabs').tabs({
	neighbors: {
		prev: $('button.prev'),
		next: $('button.next')
	}
});

neighbors

License

The MIT License.