Get item index
<html>
<head>
<script type="text/javascript">
var djConfig = {
baseScriptUri : "js/dojo/"
};
</script>
<script type="text/javascript" src="js/dojo/dojo/dojo.js"></script>
<script>
var a = [ "B", "J", "K", "A", "B" ];
alert(dojo.indexOf(a, "J") + ", " + dojo.indexOf(a, "B"));
</script>
</head>
<body></body>
</html>
Dojo-toolkit.zip( 3,849 k)Related examples in the same category