I don't know why people struggle with css selector, I love[attribute*=contains]
, it is probably my most used selector, combine it with indexing I don't think there is a value I haven't been able to parse/select. You can also use [attribute^=The-Start-Of-A-Value]
, to select from an attribute that starts with that value, This would achieve the same thing.
M
MeowBullet
@MeowBullet
1
Reputation
1
Posts
15
Profile views
0
Followers
0
Following
Posts made by MeowBullet
-
RE: Parsing nested HTML