voku/simple_html_dom

how to select an element while it has 2 classes?

Closed this issue · 3 comments

I tried
'div[class="a b"]'
'div.a.b'
'div.a\ b'
but all of them dosen't work

voku commented

Please share your full example and I can help you. Thx. 😇

voku commented

div.a.b should work

Thank you