Hi, is it possible to hide a textarea? I don''t get it running. Perhaps someone can give me a clue. Thx, Jacob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
$("textAreaID").toggle(); Same for FORM On Sep 29, 10:38 pm, Jacob83 <lahr.ja...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hi, > is it possible to hide a textarea? I don''t get it running. Perhaps > someone can give me a clue. > Thx, > Jacob--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
You will need prototype.js to do this. You can get it here - http://prototypejs.org/download On Sep 30, 7:27 am, Prateek <prateek.sax...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> $("textAreaID").toggle(); > > Same for FORM > > On Sep 29, 10:38 pm, Jacob83 <lahr.ja...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > Hi, > > is it possible to hide a textarea? I don''t get it running. Perhaps > > someone can give me a clue. > > Thx, > > Jacob--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---