jquery-toast-plugin
github: https://github.com/kamranahmedse/jquery-toast-plugin
说明:
jquery-toast-plugin 依赖jQuery
代码示例
$.toast({
text: 'info',
icon: 'info',
position: 'top-center',
loader: false
})
$.toast({
text: 'warning',
icon: 'warning',
position: 'top-center',
loader: false
})
$.toast({
text: 'error',
icon: 'error',
position: 'top-center',
loader: false
})
$.toast({
text: 'success',
icon: 'success',
position: 'top-center',
loader: false
})
效果