摘要: $(document).bind("mobileinit",function() { $.mobile.defaultPageTransition = "fade";//设置jquerymobile页面转换的特效 $.support.touchOverflow = true; $.mobile.orientationChangeEnabled = false;//$.mobile.orientationChangeEnabled = false 禁止触发 orientationchange 事件,并在 resize 的回调函数中判断高度和宽度变化以达到更 阅读全文
posted @ 2014-04-10 10:48 Angry Bug 阅读(354) 评论(0) 推荐(1)