Following code snipit:

     var links =('Links').getElementsByClassName('link');
     links.each(function(lnk) { .... });

Started failing with "each unknown function".

While I "fixed" this with $(links).each(...) is this the future for
how to interact with these, or is it a bug in prototype 1.6 and FF
3.0 ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to