addeditem
Fires when an element is added to the instance.
The callback has a single argument which returns a reference to the new item.
selectable.on("addeditem", function(item) {
// item.node
});
Fires when an element is added to the instance.
The callback has a single argument which returns a reference to the new item.
selectable.on("addeditem", function(item) {
// item.node
});