FlashJS icon indicating copy to clipboard operation
FlashJS copied to clipboard

Event dispatching a-la Flash

Open PixelsCommander opened this issue 14 years ago • 0 comments

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");

PixelsCommander avatar Dec 14 '11 12:12 PixelsCommander