Maybe something is missing for me, but they seem similar. If you use, for example, ...
a[alt~="thumb"]
or...
a[alt*="thumb"]
How can I narrow my choice to another? I understand that ~ gives you a partial match in quotation marks, while * gives you a partial match. I am going to play a little with the code, but since I could not find a question on this issue here, I thought that this would be a good topic anyway.
source
share