dojo.NodeList.concat
<script src="../../js/dojo.js"></script>
defined in dojo/_base/NodeList.js
This method behaves exactly like the Array.concat method with the caveat that it returns a dojo.NodeList and not a raw Array. For more details, see:
Usage
function (/*Object?...*/ item) (view source)
parameter | type | description |
---|---|---|
item | Object | Optional and repeating. Any number of optional parameters may be passed in to be spliced into the NodeList |