Response title
This is preview!




Selectable uses the metaKey flag to do multi-select, so you can bind metaKey to be false on the mousedown before calling selectable. Then Ctrl+click will always be off. Make sure to bind before calling selectable though.$('#selectable').bind("mousedown", function (e) {
e.metaKey = false;
}).selectable()
© 2012 jQuery Foundation
Sponsored by
and others.
