I'm re-writing the code of a website I did a few years ago, and I was wondering what was the most efficient way to handle the click event on an element?I have a list of items with links to edit them, and they're all written with the onclick="" attribute. Is it better that way or I should use $.bind() or addEventListener to handle it? What's the best practice?