Multiple anchor tag click on one jQuery event is not working
I have multiple anchor tag in a page. I want to click all the tag from jQuery to open each link in a new tab. But it is working only for the first element. My attempt is below: $('.tbl a').each(function…