MAN
File: element/main.go:110
Node Style getter/setter
File: element/main.go:130
Node Attribute getter/setter
File: element/selector.go:11
QuerySelector is a Node method to select an element using a CSS selector
-
Note
the CSS query is performed relative to the Node calling it
-
Usage
element.Node.QuerySelector("css,query") -> element.Node
File: element/selector.go:32
QuerySelectorAll is a Node method to select all matching elements using a CSS selector
-
Note
the CSS query is performed relative to the Node calling it
-
Usage
element.Node.QuerySelectorAll("css,query") -> []element.Node