jquery.mobile事件
摘要:1、ready 事件 使你的jQuery代码脚本在DOM元素加载完成后才开始执行 2、pagecreate 事件 $(document).on("pagecreate","#pageone",function(){ 第二个参数 ("#pageone")为指定事件的页面id 注意: jQuery on
阅读全文
posted @
2017-09-27 15:46
dandan1122
阅读(163)
推荐(0)
jquery.mobile.js学习
摘要:<head><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://apps.bdimg.com/libs/jquerymobile/1.4.5/
阅读全文
posted @
2017-09-27 14:43
dandan1122
阅读(914)
推荐(0)
reset.css
摘要:html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, sm
阅读全文
posted @
2017-09-11 17:34
dandan1122
阅读(149)
推荐(0)
横屏与竖屏
摘要:横屏与竖屏 @media screen and (min-device-width: 768px) { /* 竖屏CSS */ @media (orientation: portrait ){ .book-rand-author{ margin-top:0.45em; } } /* 横屏CSS */
阅读全文
posted @
2017-09-11 17:25
dandan1122
阅读(168)
推荐(0)