if ($('#question_modal')[0] == null) { $('body').append('
'); } $('#question_modal').html('<%= link_to("Add \"#{params[:human_type]}\"", fe_admin_question_sheet_page_elements_path(:question_sheet_id => @page.question_sheet_id, :page_id => @page.id, :element_type => params[:element_type], "element[style]" => @style, format: :js), :remote => true, :method => :post, :class => "add_type") %>

Or you can also use an existing <%= params[:human_type] %> element. If you are unsure, just Add <%= params[:human_type] %>.

'); $('#questions_div').html("<%= escape_javascript(render('fe/questions/fe/questions', :questions => @questions)) %>") $('#question_modal').dialog({width: 500, height: 400});