Tim Shaffer wrote:
> this.getAttribute("value") won't work on a select input, since the
> select doesn't have a "value" attribute. Rather, it has a list of
> options, and one or more of them are selected.
>
> Try this.selectedIndex.value instead.
Thanks for the suggestion, this.selectedIndex.value does not work
though, now I get
http://localhost:3000/categories/viewflokkur/undefined. Anywhere I can
look this up? :)
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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-talk?hl=en.