Format the text in JavaScript alert box

前端 未结 7 2292
广开言路
广开言路 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
    0 讨论(0)
提交回复
热议问题