Javascript Dynamic Events / Javascript Custom Events
I often asked myself: How do I create a custom event in javascript?
Something I have been using for quite awhile now is my own custom event handler for javascript, it’s pretty simple compact and easy to use
To use; just copy the devent function to the page in which it needs to be used.
Initialize it by xxEventName = new devent()
You can set what happens when the event is fired by assigning a function to the XXEventName.myEvent property, and you can trigger the event by using the XXEventName.fire() method.
The example below is the best method on which to use it.
oop Example Click below and then Wait 5 seconds