首页>>Jquery文字>>x0popup-纯js弹出对话框插件 支持移动端(2021-05-08)

x0popup-纯js弹出对话框插件 支持移动端

 移动端与PC端通用

x0popup-纯js弹出对话框插件 支持移动端
赞赏支持
立刻微信赞赏支持 关闭

 

XML/HTML Code
  1. x0p({  
  2.     title: 'Auto Close',  
  3.     text: 'This popup will auto close in 3 seconds.',  
  4.     animationType: 'slideDown',  
  5.     icon: 'info',  
  6.     buttons: [],  
  7.     autoClose: 3000  
  8. });  

 


原文地址:http://www.freejs.net/article_jquerywenzi_903.html