search for: exclude_1

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

Did you mean: exclude1
2007 Oct 08
1
onblur to work with select
...y is hit. But, I am just trying to get the onblur to work, here is what I got: <%= select( "airlinemembership", "membership", Airline.find( :all, :order => ''name'' ).collect { |a| [a.name.downcase.capitalize, a.id]}, {:update => ''exclude_1''}, {:onblur => ''set_exclude_airline_1''} ) %> Any ideas on how I can get the method ''set_exclude_airline_1'' to fire? Thanks, -S -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this mes...