I was doing an element search on a page. I try to catch all the elements with the same id, and I only get the first one with both JS and jQuery. I know that if I would do it with classes, I could do it without problems, but I still have the doubt that could be done with ids.
Greetings.