I would like to add listener only to HTML buttons, checkbox, radio, select and anchor tag(href) on element level, irrespective of element ID or name.
Means, i would like to listen the click event whenever any button, checkbox, radio, select or anchor tag(href) clicked on a webpage. how can i achieve this using javascript. Can somebody help!