Lightweight alternative to jQuery Selectable. Inspired by Google Drive file select.
Lightweight alternative to jQuery Selectable (about 3kB vs. 20kB). Inspired by Google Drive file select.
$(function() {
$('body').nuSelectable({
items: '.item',
selectionClass: 'nu-selection-box',
selectedClass: 'nu-selected',
autoRefresh: true
});
});
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.