1. 首页
  2. 考试认证
  3. 其它
  4. jquery.confirm jQuery确认插件

jquery.confirm jQuery确认插件

上传者: 2024-10-04 21:33:16上传 ZIP文件 4.92KB 热度 1次
用于简单确认的jQuery插件用于简单本地确认的jQuery插件安装使用安装bower install jquery.confirm用法< button id =" btn1 " > Confirm #1 (Default message) $ ( '#btn1' ) . confirm ( function ( ) { t// User confirmed, do something } ) ; $ ( '#btn1' ) . on ( 'confirm' , function ( ) { t// User confirmed, do something } ) ;您可以使用data-confirm属性设置自定义消息。 < button id =" btn2 " data-confirm =" Button 2 - Are yo
用户评论