12/07/2012
Selectable-js is a jquery plugin that turns anything into selectable/checkable element.It makes it easy to implement cross-platform checkboxed on webpages.You can turn checkbox and radio buttons using this plugin.
Example code:
$('#example2 .btn').selectable({
radio: true,
class: 'btn-inverse'
})
The methods included are:-
handler.toggleSelectAll()
handler.selectAll()
handler.deselectAll()
handler.removeSelected()
Callback functions are:-
onSelected
onChange
Created by Endel Dreyer
Selectable-js
© 2013 jquer.in
Curated By Jay Kanakiya