fix Find() so that is searches only descendents

This commit is contained in:
Martin Angers
2012-09-01 20:00:44 -04:00
parent 505516529b
commit 3631dc402c
3 changed files with 26 additions and 7 deletions

4
doc.go
View File

@@ -128,7 +128,7 @@ package goquery
// x HasClass()
// - Html() ? - Attributes
// x Index()
// - Is() - Filtering
// x Is() - Filtering
// x Last()
// x Length() / Size()
// x Map()
@@ -145,7 +145,7 @@ package goquery
// x PushStack()
// - Siblings() - Tree traversal
// x Slice()
// - Text() - DOM Manipulation
// x Text() - DOM Manipulation
// x ToArray()
// x Unique() internally only
// - Val() ? - Attributes