mirror of
https://github.com/PuerkitoBio/goquery
synced 2025-10-05 08:46:53 +08:00
fix Find() so that is searches only descendents
This commit is contained in:
4
doc.go
4
doc.go
@@ -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
|
||||
|
Reference in New Issue
Block a user