Is there a JQuery equivalent class/library in PHP?
        Posted  
        
            by DKinzer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DKinzer
        
        
        
        Published on 2010-04-27T14:37:27Z
        Indexed on 
            2010/04/27
            14:43 UTC
        
        
        Read the original article
        Hit count: 323
        
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
© Stack Overflow or respective owner