#jQueryUI.Tabs.Neighbors jQuery UI plugin for Tabs Widget to add previous and next tab buttons. $('#tabs').tabs({ neighbors: { prev: $('button.prev'), next: $('button.next') } }); Demo License The MIT License.