nuSelectable

Lightweight alternative to jQuery Selectable. Inspired by Google Drive file select.

View the Project on GitHub avxto/nuSelectable

nuSelectable

Lightweight alternative to jQuery Selectable (about 3kB vs. 20kB). Inspired by Google Drive file select.

Code example

$(function() {
    $('body').nuSelectable({
        items: '.item',
        selectionClass: 'nu-selection-box',
        selectedClass: 'nu-selected',
        autoRefresh: true
    });
});

License

The MIT License is a free software license originating at the Massachusetts Institute of Technology (MIT). It is a permissive free software license, meaning that it permits reuse within proprietary software provided all copies of the licensed software include a copy of the MIT License terms and the copyright notice.