更新时间:2018/3/21 下午4:34:58
更新说明:修复padding导致的的不完全居中问题
1.调用方式
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | $( '.btn-success' ).on( 'click' , function (){ $.message( '成功' ); }) $( '.btn-danger' ).on( 'click' , function (){ $.message({ message: '失败提示' , type: 'error' }); }) $( '.btn-warning' ).on( 'click' , function (){ $.message({ message: '警告提示' , type: 'warning' }); }) $( '.btn-info' ).on( 'click' , function (){ $.message({ message: '信息提醒' , type: 'info' }); }) |
2.参数介绍
1 2 3 4 5 | message: ' 操作成功' , //提示信息 time: '2000' , //显示时间(默认:2s) type: 'success' , //显示类型,包括4种:success.error,info,warning showClose: false , //显示关闭按钮(默认:否) autoClose: true , //是否自动关闭(默认:是) |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com