I want to be able to invoke a specific method at specific times. For example.
- after 10 seconds
- after 20 seconds
- after 35 seconds
- after 50 seconds
- after 60 seconds
- after 65 seconds
All times from the same starting point. I was looking at the JQuery Timer module but I don't think this will give it to me.
What is the a good approach to do this in JavaScript / Jquery? Or any plugin available from a CDN.
Thanks.