FlashJS
FlashJS copied to clipboard
Event dispatching a-la Flash
Let users to dispatch events in flash manner. Object.dispatchEvent(new Event("type")); At this moment it works only in Chrome and other browsers need jQuery style object.trigger("type");