Is it just me or does Safari not support using Element.hide() like this... $("info").hide(); That works fine in Firefox but I need to use Element.hide($("info")); in Safari. Any input is greatly appreciated. ______________________________________________________________________ Alex Duffield ❖ Principal ❖ InControl Solutions . http://www.incontrolsolutions .com --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Depends which version of Safari, but the one supported by prototype (2.0+) should definitely work. - kangax On Feb 26, 10:55 pm, Alex Duffield <a...-GLL9njBnHiGqPKKiFzS5XxZCeNDtXRbv@public.gmane.org> wrote:> Is it just me or does Safari not support using Element.hide() like > this... > > $("info").hide(); > > That works fine in Firefox but I need to use > > Element.hide($("info")); > > in Safari. > > Any input is greatly appreciated. > > ______________________________________________________________________ > Alex Duffield ❖ Principal ❖ InControl Solutions .http://www.incontrolsolutions > .com--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
I don't have any problems with $('id').hide() in either safari 2.4 or 3.04, i use it in quite a few places too On Tue, Feb 26, 2008 at 10:55 PM, Alex Duffield <alex@incontrolsolutions.com> wrote:> Is it just me or does Safari not support using Element.hide() like this... > $("info").hide(); > > That works fine in Firefox but I need to use > > Element.hide($("info")); > > in Safari. > > Any input is greatly appreciated. > > > > ______________________________________________________________________ > > *Alex Duffield* *❖* *Principal* *❖* *InControl Solutions* *.* * > http://www.incontrolsolutions.com* <http://www.incontrolsolutions.com/> > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-spinoffs-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---