-# please polish the following line if you know how var errorDiv = $('
×
'); -# next line, createTextNode called by .text(textString) helps escaping for html, but what about ' signs? errorDiv.text('#{fail_msg}'); $('div.container-fluid').prepend(errorDiv);