jQuery Mobile弹出窗、弹出层知识汇总_jquery
Close弹出窗内容1)点击后弹出
2)页面加载后弹出
//页面延时加载关键字说明:
data-overlay-theme: 背景色透明灰 data-position-to: 弹窗在窗口居中显示 data-dismissible: 是否允许单击窗口外任一位置关闭窗口(默认true为允许) data-transition: 弹出方式
下面通过代码实例详解jquery mobile 弹出层使用
引入文件
弹出层基础
创建一个弹出层,要在div标签中添加一个 data-role="popup" 属性,然后在添加一个a标签,并在a标签href属性中设置弹出div层的id,在a标签中添加属性
data-rel="popup" To create a popup, add the data-role="popup" attribute to a div with the popup contents. Then create a link with the href set to the id of the popup div, and add the attribute data-rel="popup" to tell the framework to open the popup when the link is tapped. A popup div has to be nested inside the same page as the link. Basic PopupThis is a completely basic popup, no options set.
简单实例
点击我弹出层弹出层测试
工具提示可以通过添加一个主题创建样本基本通过ui-content弹出并添加填充
A tooltip can be created by adding a theme swatch to a basic popup and adding padding via the ui-content class.A paragraph with a tooltip. Learn more
Here is a tiny popup being used like a tooltip. The text will wrap to multiple lines as needed.
提示信息实例
A paragraph with a tooltip. Learn more
Here is a tiny popup being used like a tooltip. The text will wrap to multiple lines as needed.
弹出图片
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
相关文章
相关视频
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
上一篇: 使用纯css实现qqlogo图代码
下一篇: 利用vue实现全选反选功能
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论