jquery.confirm jQuery确认插件
用于简单确认的jQuery插件用于简单本地确认的jQuery插件安装使用安装bower install jquery.confirm用法< button id =" btn1 " > Confirm #1 (Default message) button > $ ( '#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
用户评论