add Map() Has() and more

This commit is contained in:
Martin Angers
2012-08-30 13:43:44 -04:00
parent 07f9164340
commit c3f897ba31
6 changed files with 54 additions and 9 deletions

8
doc.go
View File

@@ -36,14 +36,14 @@ package goquery
// x Find() : Complete with Selection object and Node object as selectors - Tree Traversal
// x First() - Filtering
// x Get() - Node (DOM) Manipulation
// - Has() - Filtering
// x Has() - Filtering
// x HasClass() - Attributes
// - Html() ? - Attributes
// - Index() - DOM Manipulation
// - Is() - Filtering
// - Last() - Filtering
// - Length() / Size() - jQUery property
// - Map() - Filtering
// x Last() - Filtering
// x Length() / Size() - jQUery property
// x Map() - Filtering
// - Next() - Tree traversal
// - NextAll() - Tree traversal
// - NextUntil() - Tree traversal