Hi,
I'm trying to select an element based on its href within a table of records. I have two links for each record:
'reorder=+' and 'reorder=-'
If I use
a[href*=reorder]
both elements are recognised successfully, however if I try to differentiate between the two, nothing happens eg:
a[href*=reorder\=\+]
Is there a way around this?
Thanks