2

Is there a JavaScript call to get the list of attached events from specified DOM element?

Trott
  • 66,479
  • 23
  • 173
  • 212
jayarjo
  • 16,124
  • 24
  • 94
  • 138
  • 5
    Already asked before: http://stackoverflow.com/questions/681120/access-events-added-with-attachevent-addeventlistener-in-javascript (And the answer is no, no such call) – Shadow The GPT Wizard Dec 22 '10 at 09:57

1 Answers1

1

If you're just trying to do some debugging, the Eventbug Firebug extention might be of use.

Dean Burge
  • 3,440
  • 25
  • 22