本产品是包括警告、确认、提示、通知和四个创意主题。易于使用和配置。 易于使用的 四个创意主题包括 Crossbrowser(Firefox、Chrome,Safari、Opera,Internet explorer 6 +) 兼容所有布局 响应 完全themeable 完全可配置弹出$.alert({title:"Metro Alert", message:"Alert Example"});确认$.confirm({ title:"Metro Confirm", message:"Do you understand? Isn't it easy?
Your respond shown center.", callback: function(respond){ if(respond) $.notification({ message:"Of course it is so Easy", position:"cc" }); else $.notification({ message:"Why don't you understand?", position:"cc" }); } });提示$.prompt({ title:"Metro Prompt", message:"How old are you?", placeholder: "Please type your age", callback: function(respond){ if(respond !== false){ $.notification({ message: "You are so young. Just "+ respond +"", position: "tl", interval: 5000, theme: "midnight" }); } } });通知$(".defaultNotification").click(function(e){ e.preventDefault(); $.notification({ title:"Metro Notification", message:"jQuery Metro Notification newly listed", position: $(this).data("position"), theme: $(this).data("theme") }); });自定义html$.alert({ message:'', close: false, backdrop: true, theme: 'sky', vspace: 0, esc: true });
文件目录······
暂无数据
猜你喜欢
更多»
项目推荐
更多»
PDF电子书
更多»
Java多线程编程核心技术
(2)
Linux命令详解词典.pdf
(5)
深入Python3中文版
(0)
百度SEO一本通.pdf
(0)
mysql必知必会.pdf
(2)
疯狂JAVA讲义 pdf电子书
(3)
C# 图解教程pdf电子书
(3)
研磨设计模式 pdf电子书
(0)