On Aug 23, 2011, at 10:58 PM, kstubs wrote:
How do you pluck the enumeration itt value? I need to find an item
within an enumeration, but I just need it's index.
Karl..
$A(['foo','bar','baz']).each(function(elm,idx){
if(elm == 'bar') alert(idx);
});
Walter
--
You received this message because you are subscribed to the Google Groups "Prototype
& script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.