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?
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?
Comment