Is there a JQuery equivalent class/library in PHP?
- by DKinzer
Soon I'll be working on a batch script where I will need to make some changes to some HTML files.
I know that I can use DOMDocument and DOMXPath to manipulate these files. But, I really love JQuery. It would be great if there was something a lot more like JQuery in the PHP world.
Does anybody know if something like that exists?
Thanks!
D