弹出框四 之toastr.js (完成提示框)

时间:2016-03-28 11:51:03   收藏:0   阅读:2149

1.下载 toastr.js组件

技术分享

2.

    $(function () {
        toastr.success(‘提交数据成功‘);
        toastr.error(‘Error‘);
        toastr.warning(‘只能选择一行进行编辑‘);
        toastr.info(‘info‘);
    });

 

技术分享

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!