I know that [my_attr='my_value']
refers to all elements which have attribute my_attr
with value my_value
.
Is that possible to refer to all elements which have my_attr
attribute (no matter what the value is) ?
I know that [my_attr='my_value']
refers to all elements which have attribute my_attr
with value my_value
.
Is that possible to refer to all elements which have my_attr
attribute (no matter what the value is) ?