You can’t use HTML, but you can add line breaks:
alert('line1\nline2');
If a rich modal popup is really what you want though, you can use jQuery’s dialog feature and put whatever you want in there.
You can’t use HTML, but you can add line breaks:
alert('line1\nline2');
If a rich modal popup is really what you want though, you can use jQuery’s dialog feature and put whatever you want in there.