随笔分类 -  手机网页

jquery mobile、cordova、ionic framework、angularJS
[转]JS判断访问设备、客户端操作系统类型
摘要:本文转自:http://www.cnblogs.com/duanguyuan/p/3534470.html先给出一个实例:判断windows、linux、android复制以下代码另存为html文件即可。判断操作系统判断当前访问网站的设备是否是PC//平台、设备和操作系统var system ={win : false,mac : false,xll : false};//检测平台var p = navigator.platform;system.win = p.indexOf("Win") == 0;system.mac = p.indexOf("Mac&quo 阅读全文

posted @ 2014-02-27 09:28 freeliver54 阅读(9634) 评论(0) 推荐(0)

jquery mobile - select and input - horizontal - in same line
摘要:控件组合的水平布局select + input 在同一行注意jquery mobile 的js 和css 的版本,一些低版本 估计不支持 Welcome To My Homepage title Footer Text 阅读全文

posted @ 2014-01-23 10:35 freeliver54 阅读(1950) 评论(0) 推荐(0)

demos.jquerymobile
摘要:http://demos.jquerymobile.com/1.0/http://jquerymobile.com/download/ 阅读全文

posted @ 2014-01-23 10:00 freeliver54 阅读(280) 评论(0) 推荐(0)

w3schools juerymobile
摘要:http://www.w3schools.com/jquerymobile/jquerymobile_examples.asp Welcome To My Homepage Welcome! Go to Page Two Footer Text Welcome To My Homepage Goodbye! Go to Page One Footer Text 阅读全文

posted @ 2014-01-21 08:59 freeliver54 阅读(368) 评论(0) 推荐(0)

Opera Mobile Classic Emulator
摘要:http://www.opera.com/zh-cn/developer/mobile-emulator 阅读全文

posted @ 2013-12-26 09:17 freeliver54 阅读(298) 评论(2) 推荐(0)

导航