confirm box styling

前端 未结 2 1685
被撕碎了的回忆
被撕碎了的回忆 2020-12-06 20:47

I want to style the confirm box generated by JavaScript. I want the background color of the box to be green and replace ok/cancel with yes/no. Do y

相关标签:
2条回答
  • 2020-12-06 21:39

    You can't style a confirm(); alert -- this is generic to the browser. Instead, look into alternatives such as boxy for jQuery: http://onehackoranother.com/projects/jquery/boxy/

    boxy for jQuery -- asking a question

    Of course, you can style this in CSS until your heart melts. ;-)

    0 讨论(0)
  • 2020-12-06 21:42

    You can also use the jQuery dialog box. Check this out jQuery Dialog

    0 讨论(0)
提交回复
热议问题