Verifying eventListner has been attached

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Claus Mygind
    Contributor
    • Mar 2008
    • 571

    Verifying eventListner has been attached

    I just spent considerable time trying to figure out why an event did not trigger. After about an hour, I discovered an errant "return;" before the ".addEventListe ner("click".... was suppose to execute

    FireBug in FireFox used to have an event listener add on, which I don't think works anymore.

    Any suggestions on how I could see which elements have attached eventListners in FireFox?
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I’m using: https://getfirebug.com/wiki/index.ph...sions#Eventbug

    Comment

    • Claus Mygind
      Contributor
      • Mar 2008
      • 571

      #3
      Thanks. I clicked on your link. It looks like there are about 10 releases of the software. I chose # 10 and installed it.

      I re-started Firefox and there is was under Events. SWEET!!!

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        always a pleasure to help.

        *gg*

        Comment

        Working...