search for: the_profil

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

Did you mean: the_profile
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 value=1>Profile 1</option><option value=2>Profile 2</option> etc I''d like to do a new...