Hello,
I'm using .each to iterate over an array. This works fine and without
errors in Firefox but in Internet Explorer I get an error saying the
object doesn't support that method. Is this a known isue?
This is the code I use :
days = $R(1,31);
$(days).each(function(i){
//some work to do for each day
});
kind regards
Ceylor
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---