This repository was archived by the owner on Jul 10, 2025. It is now read-only.
-
Couldn't load subscription status.
- Fork 21
selectable.update
Karl edited this page Nov 9, 2017
·
1 revision
Fires when the instance is updated.
The callback has one parameter which returns a Array of currently selectable items.
selectable.on("selectable.update", function(items) {
});