How to get CSS to select ID that begins with a string (not in Javascript)?

前端 未结 4 475
心在旅途
心在旅途 2020-12-07 08:55

If the HTML has elements like this:

id=\"product42\"
id=\"product43\"
...

How do I match all of those id\'s starting with \"product\"?

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