jqueryConfirm使用教程

文章参考自:链接

1. 引入css、js库,两种方式

        1)下载:jquery-confirm.min.css、jquery-confirm.min.js,放到/static/css、/static/js文件夹,然后.html中引入(我是用的thymeleaf模板引擎):
        
        

        2)直接在线引用CDN服务:
        
        

2. 使用

1)定义一个按钮,指定id,点击按钮弹出alert弹窗:


        

2)绑定按钮事件,click弹出:


3. jquery-confirm常用函数

  • $.alert
  • $.confirm
  • $.dialog
  • $.fn.confirm

你可能感兴趣的:(jqueryConfirm使用教程)