remove

Fires when an element is removed from the instance.


The callback has a single argument which returns a reference to the item removed.

selectable.on("remove", function(item) {
    // Do something when a new item is removed from the instance
});

Last updated