Is using the same id multiple times on a page bad practice even when I am not parsing through the page?

后端 未结 4 1730
广开言路
广开言路 2021-01-18 01:36

I understand that using the same id multiple times in a page creates malformed html. When using a jquery selector only the first element with the id will be returned, but in

4条回答
提交回复
热议问题