Commit Graph
44 Commits
Author SHA1 Message Date
Martin Angers 01f04bca8b add Parent() and ParentFiltered(), refactor tests using Asserts...() 2012-09-04 09:52:19 -04:00
Martin Angers 81b024325c add FindSelection and FindNodes, needs tests 2012-09-02 21:26:14 -04:00
Martin Angers 6e1e76af6b refactor Document to make Root a Selection, with all API available 2012-09-02 14:45:50 -04:00
Martin Angers bae24062b4 add Contents() and Children() with tests. 2012-09-02 14:07:18 -04:00
Martin Angers 9f46e15492 start work on Contents() and Children() 2012-09-01 21:23:43 -04:00
Martin Angers 766e10867e add Html() and tests 2012-09-01 21:08:39 -04:00
Martin Angers 3631dc402c fix Find() so that is searches only descendents 2012-09-01 20:00:44 -04:00
Martin Angers 505516529b finalize type.go documentation 2012-09-01 11:03:02 -04:00
Martin Angers 8ddd8c6655 finalize iterators, with tests and comments. 2012-09-01 10:55:01 -04:00
Martin Angers e6faf847cc comment Text() and use bytes.Buffer to concatenate strings 2012-09-01 10:48:44 -04:00
Martin Angers 6b36d629f0 add Text() with tests. 2012-09-01 10:45:47 -04:00
Martin Angers e42c4fb35e take some notes in todo comments 2012-08-31 14:54:33 -04:00
Martin Angers db549966da add Is...() and tests 2012-08-31 14:31:29 -04:00
Martin Angers b89ed30e10 fix doc a little, start Is() 2012-08-31 11:26:24 -04:00
Martin Angers 2142c85b5d explain why use same syntax as jq 2012-08-31 10:57:15 -04:00
Martin Angers a139b5d77f doc fixes 2012-08-31 10:47:28 -04:00
Martin Angers f1e54e5311 add Add() and AndSelf(), with tests 2012-08-31 10:27:45 -04:00
Martin Angers 7a69490818 add tests for Has() and End() 2012-08-31 09:06:39 -04:00
Martin Angers 4889cf55fe add tests for Filter() and Not() 2012-08-30 23:12:56 -04:00
Martin Angers 437a1dc2a1 work on filter.go, needs tests now 2012-08-30 22:47:12 -04:00
Martin Angers 503306d8a5 point doc to gopkgdoc site 2012-08-30 22:17:16 -04:00
Martin Angers d17b003dc8 fix tests after reorganization 2012-08-30 17:38:51 -04:00
Martin Angers de74d0bf97 reorganize code in what seems like a sane structure 2012-08-30 17:35:41 -04:00
Martin Angers 85ad689f6a add Index() methods 2012-08-30 17:24:18 -04:00
Martin Angers fe36d7039a add Get() to array.go, with tests 2012-08-30 15:52:41 -04:00
Martin Angers 5608755eb5 reorganize positional methods in array.go, tests. 2012-08-30 15:42:36 -04:00
Martin Angers e4467e0f04 panic on error, instead of empty selection (like jQuery/Sizzle) 2012-08-30 15:08:36 -04:00
Martin Angers 2db07845a9 rework some internals, similar to jQuery 2012-08-30 14:36:36 -04:00
Martin Angers c3f897ba31 add Map() Has() and more 2012-08-30 13:43:44 -04:00
Martin Angers 07f9164340 start documenting, add Contains and Has 2012-08-30 12:16:33 -04:00
Martin Angers e0a4992785 finalized list of jQuery methods to implement 2012-08-29 22:01:41 -04:00
Martin Angers df16c7a894 split tests in multiple files 2012-08-29 21:35:09 -04:00
Martin Angers f94c18dc61 split in multiple small files 2012-08-29 21:14:23 -04:00
Martin Angers de2aae3fa2 add HasClass() method 2012-08-29 16:15:14 -04:00
Martin Angers 424a91ab92 refactor to use the newly added Filter() and Match() in cascadia 2012-08-29 15:23:16 -04:00
Martin Angers 920ea7ffb6 add Get() method 2012-08-29 15:13:54 -04:00
Martin Angers 08bc32a9b8 add Filter() functions, with tests 2012-08-29 14:52:18 -04:00
Martin Angers 47f6aa5cbf change Each() signature to receive a *Selection containing only the node instead of the node 2012-08-29 14:21:17 -04:00
Martin Angers 4cc3f30d4a add Children() and ChildrenFiltered(), with tests 2012-08-29 14:15:28 -04:00
Martin Angers f696fbf5bb add local html doc for tests 2012-08-29 11:31:25 -04:00
Martin Angers ff4e037994 add .Attr() method 2012-08-29 10:15:40 -04:00
Martin Angers 378a150352 add BSD license 2012-08-29 09:48:51 -04:00
Martin Angers 89fb6a72a7 add readme 2012-08-28 22:14:23 -04:00
Martin Angers 9273468694 initial commit 2012-08-28 21:54:52 -04:00