Functiondojo.NodeList.some

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

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

Usage

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