tburry / pquery

A jQuery like html dom parser written php.
GNU Lesser General Public License v2.1
135 stars 25 forks source link

jquery dom traversal methods #11

Open WisdomSky opened 8 years ago

WisdomSky commented 8 years ago

Do you have any plans to implement jQuery's dom traversal methods?

http://api.jquery.com/category/traversing/

It would be very helpful... :)

If you will implement it, I suggest to make a separate interface for the traversal methods like: IQueryTraversable