Displaying 1 result from an estimated 1 matches for "subcatagory".
Did you mean:
sub_category
2006 Mar 29
4
HELP: Rails / Ajax with 3 Drop down lists (see code)
Hi All,
I have successfully implemented a two tier drop down lost with rails.
However I''m stumped on how to make a third tier. For example: The form
has three select lists; Catagory, Subcatagory and Make
User Experience Desired:
1. On page load a Catagory Select List shows a list of Catagories from
the database. example:
Portable Electronincs
Laptops
etc.
2. Upon select of Catagory (above) subcatagory select list is updated
<assuming Portable Electronincs selected above the result m...