E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
data-role
JQuery Mobile页面的载入方式
1.JQM页面结构 jQuery Mobile是通过
data-role
属性来区分渲染界面样式的,JQM里面提供的
data-role
如下表:
·
2015-11-08 12:39
jquery
mobile
插件的创建和使用
插件:一个JavaScript文件,一个css文件,为框架增添新的部件(
data-role
)。
·
2015-11-08 09:29
插件
列表
jQuery Mobile的世界里,列表就是页面中的一个有序(ol元素)或(ul元素)列表,其中至少包含一个列表项(li元素),并且使用html5语法
data-role
="
·
2015-11-08 09:25
列表
【jquery mobile笔记二】jquery mobile调用豆瓣api示例
页面主要代码如下 <div
data-role
="page" id="page1"> <div
data-role
·
2015-11-07 12:32
JQuery Mobile
JqueryMobile学习之三---button
按钮是触摸式应用程序的一部分,它们扮演链接的功能,因为它们提供了更大的目标,当你点击链接的时候(比较适合,手指比较胖的人群) 在jQuery Mobile中把一个链接变成button的效果,只需要在标签中添加
data-role
·
2015-11-07 11:57
jquerymobile
Jquery Mobile左右滑动效果
首先在一个页面里面定义两个< div
data-role
="page">,这里为了突出重点,就没有写出footer和header。
·
2015-10-31 14:45
JQuery Mobile
jQuery Mobile 导航栏
默认情况下,导航栏中的链接将自动变成按钮(不需要
data-role
="button")。
·
2015-10-31 11:31
JQuery Mobile
jQuery Mobel 学习相关资料整理(一)
在Jquery Mobile中,一个页面"就是一个
data-role
属性被设为"page"的容器(通常为div容器),里面包含了"header",
·
2015-10-31 09:55
jquery
jQuery Mobile学习之grid、等待显示的ajax效果、页面跳转、页面跳转传递参数等(二)
-- Start of second page --> <section
data-role
="page" id="bar">
·
2015-10-30 13:32
JQuery Mobile
jquerymobile知识点:动态ListView
这里要讲的是jqueryMobile 中的ListView 动态的列表 <ul
data-role
="listview" data-inset="true"
·
2015-10-30 11:34
jquerymobile
jquerymobile知识点三:弹出层popup
<div
data-role
="popup" id="popupDialog" data-overlay-theme="a"
·
2015-10-30 11:34
jquerymobile
jQuery Mobile Data 属性
按钮 带有
data-role
="button" 的超链接。
·
2015-10-27 11:02
JQuery Mobile
data-role
参数表:
data-role
参数表: page 页面容器,其内部的mobile元素将会继承这个容器上所设置的属性 
·
2015-10-27 11:02
Data
JQM[jquery mobile] 实战经验汇总
动态装载的子页面(
data-role
=”page”),完全不用pagediv之外的tag,也不会起作用。子页面的javascript脚本必须写在page的之前。
佣工7001
·
2015-10-27 09:00
wap开发使用jquery mobile之后页面不加载外部css样式文件/js文件
解决办法: 1、在page下面添加css样式,就不要写在外部文件了,如: <body> <div
data-role
="page" id="pageone
·
2015-10-23 08:26
JQuery Mobile
jQuery mobile 图标
定位图标请使用 data-iconpos 属性来规定位置<a href="#link"
data-role
="button" data-icon="
·
2015-10-21 12:20
JQuery Mobile
jquery mobile 左右滑动
<div
data-role
="page" id="page1"><script type="text/javascript"
·
2015-10-21 12:20
JQuery Mobile
jquerymobile知识点:button与a
首先先上一段代码: <a href="#"
data-role
="button" onclick="change();" id="
·
2015-10-21 12:41
jquerymobile
jquerymobile知识点:select的动态帮定
代码: <div
data-role
="navbar"> <ul> <li
·
2015-10-21 12:41
jquerymobile
HTML5中自定义的data-*属性使用和js/jquery的data()方法操作
可能大家在使用jquerymobile时,经常会看到
data-role
、data-theme等的使用,比如:通过如下代码即可实现页眉的效果:代码如下:我是标题通过手机浏览,效果如下:为什么写一个
data-role
zmx729618
·
2015-08-26 17:00
jquery
jquery
html5
mobile
分页组件:列表通用显式翻页组件,可自定义列表模板、分页按钮
/page_control/page-control'); var page_obj = new pages ({ container:$('[
data-role
nolest
·
2015-08-14 14:00
Jquery mobile页面跳转js无法执行问题等小问题总结
有几个方案: 1.可以用两种方法来解决:一是在index页面中,注册所有需要使用到的外部JS文件,或者使用母版页面来统一;二是将页面内部JS写在
data-role
="page"标签下
ciaos
·
2015-08-09 23:00
JQuery Mobile
jquery mobile常用的
data-role
类型介绍
data-role
参数表:page 页面容器,其内部的mobile元素将会继承这个容器上所设置的属性 header 页面标题容器,这个容器内部可以包含文字、返回按钮、功能按钮等元素footer
yali1990515
·
2015-07-30 22:00
jquery
mobile
juery
data-role
jquerymobile标签-属性手册
Button
data-role
="button" data-corners true | false data-icon home | delete
·
2015-06-16 00:00
jquerymobile
w3cschool的jQuery Mobile教程总结
一jQueryMobile教程jQueryMobile教程jQueryMobile简介jQueryMobile安装 jQueryMobileCDN: jQueryMobile页面
data-role
bcbobo21cn
·
2015-05-17 12:00
jquery
jquery
mobile
jQuery mobile Data 属性
按钮带有
data-role
="button" 的超链接。button元素、工具栏中的链接以及input字段都会自动渲染成按钮样式,不需要添加
data-role
="button"。
yangxujia
·
2015-05-16 16:00
Jquery Mobile 小结
JM主要通过
data-role
来定义页面控件,比如定义一个page,以及data-xx属性来对控件进行修饰。比如定义一个mini的button:Button,而不是全部用的样式。官网文档有详细的使
stoneniqiu
·
2015-05-15 06:00
Html5学习-JQuery mobile--listview学习使用
(2)为列表元素添加
data-role
="listview"属性后,jQuery Mobile将本地HTML列表增强为移动视图,默认占据整个屏幕;如果列表包含链接,以触摸按钮方式显示,带有右侧对齐的箭头图标
xiabing082
·
2015-05-09 21:00
jquery
android
html5
ListView
mobile
JQM
Html5学习-JQuery mobile--button学习使用
button学习使用参考地址http://www.lampweb.org/jquerymobile/17/59.html1.按钮jQueryMobile中的按钮可通过三种方法创建:使用元素使用元素使用
data-role
xiabing082
·
2015-05-08 23:00
jquery
UI
html5
mobile
JQM
jQuery Mobile页面跳转后未加载外部JS原因分析及解决
因为,JQM并为将整个页面加载到当前的dom中,仅将
data-role
="page"元素加入当前的dom中。因此,在中引入的外部JS文件,以及标签外的JS均不能正常运行,刷新页面后方可加载成功。
furw
·
2015-04-27 17:00
jquery
html5
web前端
mobile
按钮禁止点击 以及打开关闭
<a href="#area" onClick="beginIt()" name="start"
data-role
="button
wang_peng1
·
2015-04-17 21:00
按钮
JqueryMobile链接一个页面,而链接页面中图片需刷新才显示的问题
当在first.html中,有个链接如:<a href="second.html"
data-role
="button" id="submit"
一笑_奈何
·
2015-04-16 16:00
js
jquery
JQUERY_MOBILE
Jquery Mobile --小知识
、更改ul后要使用listview('refresh')刷新视图; $('ul').append('row').listview('refresh'); 2、选取header,并绑定双击事件 $("[
data-role
shaotao_nefu
·
2015-03-19 09:00
jquery
function
mobile
background
Yellow
JQuery Mobile 基础
data-role
="page”代表这个div是一个Page,在一个屏幕中只会显示一个page; header是标题,content是内容块,foote
shaotao_nefu
·
2015-03-11 15:56
jquery
mobile
content
JQuery Mobile 基础
在body中插入内容块: ... ... ...
data-role
="page”代表这个div是一个Page,在一个屏幕中只会显示一个page;header是标题,content是内容块,footer
shaotao_nefu
·
2015-03-11 15:56
mobile
jquery
content
JQuery
HTML5自定义data属性
可能大家在使用jquery mobile时,经常会看到
data-role
、data-theme等的使用,比如:通过如下代码即可实现页眉的效果: [html] <div
data-role
·
2015-01-26 08:00
html5
切换按钮的启用和禁用
按钮的启用和禁用$('#btnTmp').button('disable');和$('#btnTmp').button('enable');进行启用和禁用设置(此方法对<a>标签
data-role
流浪鱼
·
2015-01-22 10:00
按钮
列表禁用右边图标
data-icon="false"可以禁用右边图标 <ul
data-role
="listview"> <li
流浪鱼
·
2015-01-21 12:00
图标
使用悬浮的方式固定头部与底部栏
data-position="fixed"属性可以指定头部和底部固定 <div
data-role
="page"> <div
流浪鱼
·
2015-01-21 10:00
使用
jQuery Mobile 按钮
<a>标签使用
data-role
="button"变为按钮ui-btn-active表示是活动的 <div
data-role
="page
流浪鱼
·
2015-01-20 10:00
JQuery Mobile
jQuery Mobile 列表
1.基本列表(如果没有<a>标签就标示没有箭头) <div
data-role
="page"> <div
data-role
="header
流浪鱼
·
2015-01-20 10:00
JQuery Mobile
jQuery Mobile 表单元素
$(input[type=range]).val(180).slider("refresh") <div
data-role
流浪鱼
·
2015-01-20 10:00
JQuery Mobile
jQuery Mobile头部标题
如果需要改变位置,需要添加新的类别属性 class="ui-btn-right"或class="ui-btn-left" <div
data-role
流浪鱼
·
2015-01-19 16:00
JQuery Mobile
jQuery Mobile 导航栏
导航栏只需要把
data-role
="navbar"即可,如果需要制定选定的,需要添加样式class="ui-btn-active" <!
流浪鱼
·
2015-01-19 16:00
JQuery Mobile
jQuery Mobile 打开对话框
弹出对话框只需要在<a>标签中的data-rel属性值谢伟"dialog" <div
data-role
="page" id="
流浪鱼
·
2015-01-19 16:00
JQuery Mobile
jQuery Mobile 网格布局
外部div使用class="ui-grid-a",而内部使用 class="ui-block-a" <div
data-role
="
流浪鱼
·
2015-01-19 15:00
JQuery Mobile
页面返回按钮
data-add-back-btn-text设置返回按钮的值 $.mobile.page.prototype.options.backBtnText="后退",进行全局设置 <div
data-role
流浪鱼
·
2015-01-16 18:00
返回
jquery mobile常用的
data-role
类型
data-role
参数表:page 页面容器,其内部的mobile元素将会继承这个容器上所设置的属性 header 页面标题容器,这个容器内部可以包含文字、返回按钮、功能按钮等元素footer
chuan1191330700
·
2015-01-13 09:00
jquery
mobile
Html5+jQuery Mobile开发手机端网站感想与总结-(初)
jQueryMobile注意事项:1、新的页面开始,标注:
data-role
=“page”2、页面中的角色:
data-role
=“header”,其中的header、footer、navbar等,对应的
comeonstone
·
2014-10-23 16:06
Html5+jQM
Html5+jQuery Mobile开发手机端网站感想与总结-(初)
jQueryMobile注意事项:1、新的页面开始,标注:
data-role
=“page”2、页面中的角色:
data-role
=“header”,其中的header、footer、navbar等,对应的
comeonstone
·
2014-10-23 16:00
jquery
jquery
mobile
前端开发
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他