Closed mykdavis closed 6 years ago
Is it possible to find elements by their data attribute?
I have tried:
$dom->find('span[data-price]'))
But this doesn't find any spans with that data attribute which are there!
Duplicate of #12
Is it possible to find elements by their data attribute?
I have tried:
$dom->find('span[data-price]'))
But this doesn't find any spans with that data attribute which are there!