search for: name_auto_complet

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

Did you mean: name_auto_complete
2005 Dec 20
1
Can''t use mouseover with auto_complete_field
Good afertnoon. I''m trying to use a mouse over event: Event.observe("name_auto_complete", "mouseover", function(){alert("auto_complete")} ); with the auto_complete_field bellow. <%= text_field_tag("name") %> <%= content_tag("div", "", "id" => "name_auto_complete") %> <%= auto_complete_field...