You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
As it is right now, the only way I can find to access the api (play, stop, next, prev, goto, etc) is by getting it from the data attribute the plugin creates on the original element containing the slides.
sjsApi = $('#slides').data('plugin_slidesjs');
But this data attribute does not yet exist at the time when the loaded callback occurs, so there is no way to access the api from within a callback function.