Say I add events to an object using either addEventListener or attachEvent (depending on the browser); is it possible to later invoke those events programmatically?
Can you not create functions that do the work required, run those from the events then run those same functions later when required?