Rct567 / DomQuery

PHP library for easy 'jQuery like' DOM traversing and manipulation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expression //.🐝apo is malformed.

jslim89 opened this issue Β· comments

I was trying to read the classname with emoji, but then I get that error (as mentioned in title).

This is the site I trying to read. I tried with jQuery and it works fine.

$('.🐝ap0 .🐝0k').text(); // output RM 13.10

Is there any way to do with this DomQuery?

@Rct567 Thank you so much. It works now. But why the version in packagist (dd17eae) not up-to-date?

I just released a new version :)

Don't know why, but I had to manually update on packagist.org itself to get the new version there.

I see. Thank you very much 😁