I have a javascript file that sets an EventListener of \'click\' on every element with the tag. I want to get the id of the article clicked when
This mini javascript libary (1.3 KB) can do all these things
https://github.com/Norair1997/norjs/
nor.event(["#first"], ["touchstart", "click"], [doSomething, doSomething]);
This plugin can handle such stuff and more