jQuery美化alert弹窗插件_jQuery模态消息对话框插件

jQuery美化alert弹窗插件_jQuery模态消息对话框插件3720
基本信息对话框
swal('Any fool can use a computer')
带标题的信息对话框
swal(
'The Internet?',
'That thing is still around?',
'question'
)
自动关闭的对话框
swal({
title: 'Auto close alert!',
text: 'I will close in 2 seconds.',
timer: 2000
})

也许你还喜欢