调用例子成功提示$("body").overhang({type: "success",message: "Woohoo! It works!"});可以关闭提示层$("body").overhang({type: "error",message: "Whoops! Something went wrong!",closeConfirm: true});自动关闭提示层$("body").overhang({type: "info",message: "This message will close in 5 seconds!",duration: 5,upper: true});点击弹出层上的按钮带回调的、$("body").overhang({type: "confirm",primary: "#40D47E",accent: "#27AE60",yesColor: "#3498DB",message: "Do you want to continue?",callback: function () {var selection = $("body").data("overhangConfirm");var response = selection ? "yes" : "no";alert("You made your selection of " + response);}});弹出层上也可以使用HTML代码var snapchatIcon = '';var snapchatNote = ' Add "thepaulkr" on snapchat!';$("body").overhang({type: "confirm",primary: "#333333",accent: "#FFFC00",message: snapchatIcon + snapchatNote,custom: true,html: true,callback: function () {var selection = $("body").data("overhangConfirm");if (selection) { window.open("https://sc.chinaz.com/", "_blank");} else { alert("Maybe next time then...");}}});
文件目录······
暂无数据
猜你喜欢
更多»
项目推荐
更多»
PDF电子书
更多»
Java多线程编程核心技术
(2)
Linux命令详解词典.pdf
(5)
深入Python3中文版
(0)
百度SEO一本通.pdf
(0)
mysql必知必会.pdf
(2)
疯狂JAVA讲义 pdf电子书
(3)
C# 图解教程pdf电子书
(3)
研磨设计模式 pdf电子书
(0)