Skip to content

asleepwalker/jquery-ui.tabs.neighbors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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