Hacker News new | ask | show | jobs
by Xichekolas 6574 days ago
But even if I create an anonymous function that just calls alert(), the click event never fires. i.e. ->

  byId(thisnode.id).addEventListener('click', function(ev) { alert('test'); }, false);
Won't fire either.