Format the text in JavaScript alert box

前端 未结 7 2311
广开言路
广开言路 2020-12-09 02:19

How can I format the text in a JavaScript alert box? I need a word in the text to be underlined.

7条回答
  •  北海茫月
    2020-12-09 02:48

    You can not style the text inside an alert box. But you can use a modal box solution instead, here's a list to get you started:

    • Dialog, from jQuery UI
    • Simple Modal
    • leanModal
    • Reveal: jQuery Modal

提交回复
热议问题