Is there a JQuery DOM manipulator/CSS selector equivalent class 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
            18:53 UTC
        
        
        Read the original article
        Hit count: 340
        
I know that I can use DOMDocument and DOMXPath to manipulate XML files. But, I really love JQuery, and it would be great if there was something more like JQuery in the PHP world that I could use for sever side DOM manipulation.
NOTE: I'm only interested here in how JQuery Selects and Manipulates the DOM, not all the other parts of JQuerry (I guess you can say just the Pop and the Sizzle parts).
© Stack Overflow or respective owner