init

Fires when the instance is ready for use.


selectable.on("init", function() {
    // instance is ready
});

Last updated