$('#edit-recurring-todo').html(html_for_edit_form()); $('#edit-recurring-todo').dialog( "open" ); function html_for_edit_form() { return "<%= escape_javascript(render(:partial => 'edit_form')) %>"; }