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

1.下载 toastr.js组件

2.

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

 

posted @ 2016-03-28 11:21  nele  阅读(959)  评论(0编辑  收藏  举报