I am wondering how to eloquently return the following call in my ajax call? Where i can have break lines etc inside the append function?
$(".q#{@question_id}.result_to_response")
.html("#{escape_javascript(@resp)}")
.append('<div><a href="#" class="continue_button">Continuez to next question</a></div>');