dojo.NodeList.lastIndexOf
<script src="../../js/dojo.js"></script>
defined in dojo/_base/NodeList.js
For more details on the behavior of lastIndexOf, see:
parameter | type | description |
---|---|---|
value | Object | The value to search for. |
fromIndex | Integer | Optional. The loction to start searching from. Optional. Defaults to 0. |