Displaying 1 result from an estimated 1 matches for "form_results".
Did you mean:
corr_results
2006 Jan 04
6
Ajax makes me cry
What is the difference in treatment between an ajax link_to_remote and a
form_remote_tag
This works great and adds a list item to an ordered list with
id=form_results
link_to_remote ("Help me please!",
:update => ''form_results'',
:url => { :action => :search_ajax_test },
:position => ''bottom'')
with this log message
Processing AdminController#search_ajax_...