javascript events

  • Started
  • Last post
  • 0 Responses
  • fugged

    anyone know how (or if it's even possible) to get a list of all the objects that are listening to single objects events?

    for example, if I assign multiple callback functions to the window.resize event and want to get a list of all the functions that are getting called, is that a property i can access?

    much thx.