DataTables / VisualEvent

Visually show Javascript events on a page
http://sprymedia.co.uk
1.04k stars 162 forks source link

Add Native DOM Support #28

Closed smaudet closed 11 years ago

smaudet commented 11 years ago

It would be nice to have the ability to fetch events registered at the DOM level with attachEvent/addEventListener.

DataTables commented 11 years ago

Its not possible sorry. There is no API in the DOM specification which allows retrieval of those assigned events. I'd be very very happy if there was, since i wouldn't have to mess around supporting different libraries. But sadly (madly?) there isn't and this can't be done.