Functiondojo.NodeList.map

<script src="../../js/dojo.js"></script>
defined in dojo/_base/NodeList.js

see dojo.map(). The primary difference is that the acted-on array is implicitly this NodeList and the return is a dojo.NodeList (a subclass of Array)

Usage

function (/*Function*/ func, /*Function?*/ obj) (view source)
parametertypedescription
funcFunction 
objFunctionOptional.