摘要:
<select id="select" data-role="none"> <option gid="1" value="1" selected>Take Photo</option> <option gid="0" value="0">Choose exist image</option></select>注:此法使用phonegap, ios用jquery为select分别绑定change和blur两 阅读全文
posted @ 2013-02-21 18:29
xuedong09
阅读(1114)
评论(0)
推荐(0)
摘要:
1 、jquerymobile 去掉原生样式 为html 标签添加 data-role="none"2、对于input元素,去掉原生的jquerymobile样式后,也不能用class对input进行样式修改,只能通过style或者id添加css样式 阅读全文
posted @ 2013-02-21 15:28
xuedong09
阅读(196)
评论(0)
推荐(0)