Below is my code and it doesn\'t work. After I rename the \"click()\" to \"click1()\" it works, why?
There's already a function called click, responsible for calling the event handler. By declaring another, you override the first, so the event doesn't work anymore.