On Jan 29, 5:32 pm, kangax <[EMAIL PROTECTED]> wrote:
> Element.remove('select') should workThat did the trick, thank you For anyone interested, I also managed to figure out why the method doesn't work as I was using it. It turns out that Select nodes have a pre-existing function named "remove" used to manipulate the list of options in the menu. Prototype detects that the function already exists and doesn't over-write it. Kind of a pain, but the function can easily be overwritten in favor of the Prototype function. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
