x0popup-纯js弹出对话框插件 支持移动端
移动端与PC端通用
XML/HTML Code
- x0p({
- title: 'Auto Close',
- text: 'This popup will auto close in 3 seconds.',
- animationType: 'slideDown',
- icon: 'info',
- buttons: [],
- autoClose: 3000
- });
原文地址:http://www.freejs.net/article_jquerywenzi_903.html