Performs an action on each item in the QueryCollection.
Syntax
var queryCollection = queryCollection.forEach(callbackFn, thisArg);
Parameters
- callbackFn
-
Type: Function
The action to perform on each item.
- thisArg
-
Type: Object
The argument to bind to callbackFn.
Return value
Type: QueryCollection
The QueryCollection.
Requirements
|
Namespace |
WinJS.Utilities |
|---|---|
|
Library |
|
See also
Build date: 12/5/2012