关于插件toastr的学习

Posted ddxg

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于插件toastr的学习相关的知识,希望对你有一定的参考价值。

最关键的两文件

<link href="<?php echo RESOURCES_FOLDER;?>/frame/css/plugins/toastr/toastr.min.css" rel="stylesheet">

<script src="<?php echo RESOURCES_FOLDER;?>/frame/js/plugins/toastr/toastr.min.js"></script>

开始配置toastr的基本信息

    toastr.options = {
            "closeButton": true,
            "debug": false,
            "progressBar": true,
            "positionClass": "toast-top-full-width",
            "onclick": null,
            "showDuration": "400",
            "hideDuration": "1000",
            "timeOut": "7000",
            "extendedTimeOut": "1000",
            "showEasing": "swing",
            "hideEasing": "linear",
            "showMethod": "fadeIn",
            "hideMethod": "fadeOut"
          }

通过toastr.error("您好,你的权限级别不够无法访问");  进行开启 

 

以上是关于关于插件toastr的学习的主要内容,如果未能解决你的问题,请参考以下文章

Jquery消息提示插件toastr使用详解

Jquery消息提示插件toastr使用详解

toastr通知插件的使用

js消息提示框插件-----toastr用法

python测试开发django-128.Jquery消息提示插件toastr使用

toastr 通知提示插件