mirror of
https://github.com/PuerkitoBio/goquery
synced 2025-10-05 08:46:53 +08:00
add Map() Has() and more
This commit is contained in:
8
doc.go
8
doc.go
@@ -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
|
||||
|
Reference in New Issue
Block a user