这是一款基于 bootstrap4 的 toast 插件。该插件能非常方便的生成 toast 提示效果,不需要编写额外的 html 代码,非常实用。
在页面中引入下面的文件。
<!-- CSS -->
<link rel="stylesheet" href="/path/to/bootstrap.min.css">
<link rel="stylesheet" href="/path/to/toast.min.css">
<!-- JavaScript -->
<script src="/path/to/jquery.min.js"></script>
<script src="/path/to/popper.min.js"></script>
<script src="/path/to/bootstrap.min.js" ></script>
<script src="/path/to/toast.min.js"></script>
通过下面的方法来创建一个 toast 效果。
$.toast({
title: 'Notice!',
subtitle: '11 mins ago',
content: 'This is a toast message.',
type: 'info',
delay: 3000,
img: {
src: 'image.png',
class: 'rounded',
title: 'Thumbnail Title',
alt: 'Alternative'
},
pause_on_hover: false
});
可用的配置参数有:
title
:标题。subtitle
:子标题。content
:toast 的内容。type
:情景类型:'info', 'success', 'warning', 'error'。delay
:多少时间后自动消失。img
:如果要显示图片,该属性指定图片的信息。pause_on_hover
:是否在鼠标悬停时让 toast 不消失。Github 网址:https://github.com/Script47/Toast
演示地址 | 下载地址 |
专业提供WordPress主题安装、深度汉化、加速优化等各类网站建设服务,详询在线客服!