search for: make_contain

Displaying 1 result from an estimated 1 matches for "make_contain".

Did you mean: make_container
2006 Mar 29
4
HELP: Rails / Ajax with 3 Drop down lists (see code)
...catagory_list, {:selected => 13 } %></p> <p> <div id="subcatagory_container"> <%= select ''tag'', ''subcatagory_id'', { :Subcatagory => ''disabled'' } %> </div> </p> <p> <div id="make_container"> <%= select ''tag'', ''make_id'', { :Make => ''disabled'' } %> </div> </p> <%= observe_field( :tag_catagory_id, :update => :subcatagory_container, :url => { :action => :lookup_subcats }, :with => &q...