jquery SweetAlert插件实现响应式提示框

前端之家收集整理的这篇文章主要介绍了jquery SweetAlert插件实现响应式提示框前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

jquery弹出层插件支持消息提示错误提示、确认框提示等。交互体验度非常好,大家都用微信支付、支付宝等完成用户体验度非常的不错。本插件至少要支持IE9+。使用方式也非常的简单、粗暴,很符合大众的jquery插件使用方法

先给大家演示效果

代码如下:

Sweet Alert

A beautiful replacement for JavaScript's "Alert"

Code:
();
 
Sweet Alert
Code:
(,,);

Pretty cool huh? SweetAlert automatically centers itself on the page and looks great no matter if you're using a desktop computer,mobile or tablet. It's even highly customizeable,as you can see below!

More examples

swal to call sweetAlert.

    A basic message

()
  • A title with a text under

  • (,)
  • A success message!

  • (,,)
  • A warning message,with a function attached to the "Confirm"-button...

  • 以上就是本文通过代码给大家详解jquery SweetAlert插件实现响应式提示框,希望对大家有所帮助。

    原文链接:https://www.f2er.com/jquery/52863.html

    猜你在找的jQuery相关文章