Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 574 Bytes

treequery

Reimplementation of jquery but suitable for any kind of tree data structures

Install

git clone https://github.com/vapaee/treequery.git .
npm install
bower install

Usage

just like jquery

todo list

https://github.com/dominictarr/tree-query this project has a similar name and implements the same idea on folders (prety cool, Ah?) in the near future im going to take a look at it and see if I can addapt it for treequery.js

https://www.npmjs.com/package/treequery I need to check this out because it seems to do the same as mine lib o.O