Reputation: 4528
I know I can find rows with this JQuery...
$("[attr1][attr2]")....
This will find rows with with both attr1 and attr2.
But how can I find rows that has attr1, but NOT attr2?
Is there a...
$("[attr1]![attr2]")....
Thanks.
Upvotes: 0
Views: 31