I need to make multiple selection available by default, so the user doesn't have to hold ctrl. Would appreciate some help with this, thanks.
$("#selectable").selectable();
$("#selectable").on("selectablestart", function (event, ui) {
event.originalEvent.ctrlKey = true;
});
If you want to use selectable , you might want to use bind meta key with mousedown event. There's already a debate going down here , i just found when i googled.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With