-
Notifications
You must be signed in to change notification settings - Fork 101
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
How can i reset and re-init schedule ? #11
Comments
You need to get a reference to the schedule i.e have Then from your button you would call the following:
Hope that helps. Just worked this out myself the other day. |
Hello,
inside my elements :
using
I tried what you advised, and declared the schedule var this way :
Thank you very much for your help |
Hi,
I'm adding new event with javascript. I'm using code like "document.getElementById("ul-sunday").innerHTML+=
Sorry for bad english, thanks in advance.
The text was updated successfully, but these errors were encountered: