Possible Duplicate:
JavaScript string newline character?
I am aware that \n
is the newline character but it does not work for IE. I have to use \r
to get it to work for IE. Is there a javascript or JQuery function to insert a newline no matter the browser type?