Displaying 1 result from an estimated 1 matches for "container_div_id".
2006 Jul 20
3
AJAX Form, :postion => :bottom but replace when error?
I have a form below a table to add new notes to an item. If the note
does not have a title or body, the note is not saved and a form error
is displayed. However, if the note validates successfully, then the
note is added to the bottom of the table above. Just for reference,
the table id is "note_list" and the add form div is id="note_add_form".
So, my problem/question