yea i thought it was quite old - i have an email in to the provider
but no response yet. hopefully i can get them to upgrade - but in the
meantime i will try out your code suggestion - thanks for the reply
On Dec 4, 11:34 pm, kangax <[EMAIL PROTECTED]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---