Displaying 1 result from an estimated 1 matches for "update_counties_list".
2006 Aug 10
5
RJS in Internet Explorer to update a list box
...t;>Select a
state</option></select>
<select id="address_area_id"
name="address[area_id]"><option value="0">Select a
county</option></select>
<%= observe_field "county_state_id", :url => {:action =>
''update_counties_list''}, :with => ''county_state_id'' %>
<%= observe_field "area_county_id", :url => {:action =>
''update_areas_list''}, :with => ''area_county_id'' %>
And on the controller:
def update_counties_list
render :up...