-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using events is unclear #33
Comments
I agree. It seems we should be able to do this:
However, I can't a way to do something on stop either. |
Looks like you can use jquery events:
Also, here is a binding handler for knockout.js
|
Hi, what is the easiest way to get the element name when the "next" event it fired? I'd like to get access to this to perform things such as making hidden dom elements visible as the help items require... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't understand how to use the start and stop events with this plugin. I am trying to create a button that only shows while the Chardin overlay is active. On the "stop" event, I want to hide it. How do I do this?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: