search for: profiles_select

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

2006 Feb 10
0
AJAX update for select list onchange?
Hi Rails Users, I have a select list that I''d like to use to update a div onchange. Right now I just have the div appear, but not update: <%= select_tag( "profiles_select", option_tags = @profiles, { :onchange => "new Effect.Appear(''the_profile'', { duration: 0.5 } );" } ) %> @profiles is a list of option tags something like: <option valu...