Functiondojo.NodeList.every

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

see dojo.every() and: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Global_Objects:Array:every Takes the same structure of arguments and returns as dojo.every() with the caveat that the passed array is implicitly this NodeList

Usage

function (/*Function*/ callback, /*Object?*/ thisObject) (view source)
parametertypedescription
callbackFunction 
thisObjectObjectOptional.