Jeez!
I beleive 1.4 is almost 2 years old - I suggest printing out those 10+
pages of change-log since 1.4 and showing them to your provider.
If you have no choice,
document.getElementsByClassName('search').each(Element.toggle)
should do the trick
If Element.toggle is not available, try:
.each(function(element){ Element[element.style.display == 'none' ?
'show' : 'hide'](element) })
Best,
kangax
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---