dojo.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)
parameter | type | description |
---|---|---|
func | Function | |
obj | Function | Optional. |