I''d like to perform some action (register events) on an autocompleter''s returned list items "after" the autocompleter is populated but "before" a selection by the user is made. Basically, I need the "oncomplete" event. However, oncomplete didn''t work for me so I assume it''s hi-jacked internally. onsuccess works but it''s no good for me because the list isn''t populated at that point. Any suggestions besides hooking up the events "by hand" using attributes inside the <li> tags? That might work but I don''t like it because it''s not using prototype. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---