文件名称:jquery.confirm:jQuery 确认插件
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-26 18:48:15
JavaScript
用于简单确认的 jQuery 插件 用于简单本地确认的 jQuery 插件 安装 使用安装 bower install jquery.confirm 用法 < button id =" btn1 " > Confirm #1 (Default message) </ button > $ ( '#btn1' ) . confirm ( function ( ) { // User confirmed, do something } ) ; $ ( '#btn1' ) . on ( 'confirm' , function ( ) { // User confirmed, do something } ) ; 您可以使用data-confirm属性设置自定义消息。 < button id =" btn2 " data-confirm =" Button 2 - Are yo
【文件预览】:
jquery.confirm-master
----.gitignore(3KB)
----jquery.confirm.js(3KB)
----README.md(1KB)
----example()
--------index.html(811B)
----.gitattributes(483B)
----bower.json(459B)