Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

selectable.start

Karl edited this page Nov 9, 2017 · 6 revisions

Fires on mousedown / touchstart.

The callback has one paramater which returns a reference ('Object') to the first item found under the mouse pointer / finger / stylus.

selectable.on("selectable.start", function(item) {

};
Clone this wiki locally