selecting


Fires when an item is marked for selection.

The callback has two parameters which returns the orignal event and a reference to the item marked for selection.

selectable.on("selecting", function(e, items) {

});