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

jquery.confirm jQuery确认插件

上传者: 2024-10-04 21:33:16上传 ZIP文件 4.92KB 热度 4次
用于简单确认的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
下载地址
用户评论
码姐姐匿名网友 2025-01-04 09:31:09

我用了这个确认插件后,发现网页的用户反馈有了明显的提升,用户更容易明白操作的后果。