Displaying 1 result from an estimated 1 matches for "d0e3474f".
2006 Apr 02
2
Focus on ajax newly-created form element
I have an ajax method that creates a new form. I want one of the
input boxes to be focused when the form gets displayed. So in my
inline RJS I have
page << "document.getElementById(''post_title'').focus();"
The input box is being created with
<%= text_field ''post'', ''title'' %>, so the ID should end up being