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
Is there any way to run arbitrary JavaScript once a wizard has been initialized? The existing events are definitely helpful, it would just be nice to be able to run some code as soon as my wizard is ready to go. I'm looking for either a function callback or an event to listen for, something like:
Any tips on how I could write that into my local code, just to at minimum fire off some sort of custom event I can listen for on the document? I'm using timeouts now, which is incredibly dirty and brittle and literally all I need to know is when the wizard is ready.
I have pretty much no experience making custom events, so any pointers would be stellar.
Is there any way to run arbitrary JavaScript once a wizard has been initialized? The existing events are definitely helpful, it would just be nice to be able to run some code as soon as my wizard is ready to go. I'm looking for either a function callback or an event to listen for, something like:
or
If I knew how to write that into the plugin, I would :-/
The text was updated successfully, but these errors were encountered: