Functiondojo.NodeList.indexOf

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

For more details on the behavior of indexOf, see:

Usage

function (/*Object*/ value, /*Integer?*/ fromIndex) (view source)
parametertypedescription
valueObjectThe value to search for.
fromIndexIntegerOptional. The loction to start searching from. Optional. Defaults to 0.