jquery-ui.tabs.neighbors

1.0.3 • Public • Published

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

Demo

License

The MIT License.

/jquery-ui.tabs.neighbors/

    Package Sidebar

    Install

    npm i jquery-ui.tabs.neighbors

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • asleepwalker