Glide: Get existing slider instance.

Created on 3 Dec 2018  路  1Comment  路  Source: glidejs/glide

Currently seem only possible to interact with the slider only if you have access to the slider variable AAA.
Ex: var AAA = new Glide("#target");

But is not possible to access it dynamically from the DOM.
Ex. $("#target").destroy();

Seem there is no way to interact with the slider if I don't have the original variable. This seem absurd but true.

>All comments

True. You cannot access instance like it is possible in jQuery. Sorry.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mxmtsk picture mxmtsk  路  5Comments

lifeinchords picture lifeinchords  路  3Comments

iaarab picture iaarab  路  4Comments

robertu7 picture robertu7  路  6Comments

dodozhang21 picture dodozhang21  路  5Comments