EDIT Element.select, Element.selectAll

master
Mike Sierra 2013-10-09 14:22:14 -04:00
parent 46516a0634
commit 25f9e7b1d8
1 changed files with 2 additions and 2 deletions

View File

@ -1732,7 +1732,7 @@ function arrayFirstValue(arr) {
* Element.select
[ method ]
**
* Applies CSS selector with the element as a parent and returns the result as an @Element.
* Gathers nested @Element matching the given set of CSS selectors.
**
- query (string) CSS selector
= (Element) result of query selection
@ -1744,7 +1744,7 @@ function arrayFirstValue(arr) {
* Element.selectAll
[ method ]
**
* Applies CSS selector with the element as a parent and returns the result as a set or array of elements.
* Gathers nested @Element objects matching the given set of CSS selectors.
**
- query (string) CSS selector
= (Set|array) result of query selection