jquery mobile版

abloz 2011-09-09
2011-09-09

JQuery能实现网页很好的动态效果,不过移动平台由于差异性太大,直接用jquery的话,有的平台不支持,有时又嫌js和css太大。jquery移动组因此在2010年推出了移动版jquery,能较好的实现兼容性和效果。 jQuery Mobile Project的项目网站 http://jquerymobile.com,目前(2011年9月9日)版本是1.0beta3. jQuery移动不仅会给主流移动操作系统平台带来jQuery核心库,而且

会发布一个完整统一的jQuery用户界面框架,旨在帮助移动应用的开发者简化构建应用程序的流程。jQuery Mobile目前支持的移动平台有苹果公司的iOS(iPhone,ipad,

iPod Touch),Android,Black Berry OS6.0,惠普 WebOS,Mozilla的Fennec和Opera Mobile。

全功能支持列表: Apple iOS 3.2-5.0 beta: Tested on the original iPad (3.2 / 4.3), iPad 2 (4.3), original iPhone (3.1), iPhone 3 (3.2), 3GS (4.3), and 4 (4.3 / 5.0 beta) Android 2.1-2.3: Tested on the HTC Incredible (2.2), original Droid (2.2), Nook Color (2.2), HTC Aria (2.1), Google Nexus S (2.3). Functional on 1.5 &

1.6 but performance may be sluggish, tested on Google G1 (1.5) Android Honeycomb- Tested on the Samsung Galaxy Tab 10.1 Windows Phone 7: Tested on the HTC 7 Surround Blackberry 6.0: Tested on the Torch 9800 and Style 9670 Blackberry 7 NEW – Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1) Blackberry Playbook: Tested on PlayBook version 1.0.1 / 1.0.5 Palm WebOS (1.4-2.0): Tested on the Palm Pixi (1.4), Pre (1.4), Pre 2 (2.0) Palm WebOS 3.0 - Tested on HP TouchPad Firebox Mobile (Beta): Tested on Android 2.2 Opera Mobile 11.0: Tested on the iPhone 3GS and 4 (5.0/6.0), Android 2.2 (5.0/6.0), Windows Mobile 6.5 (5.0) Kindle 3: Tested on the built-in WebKit browser included in the Kindle 3 device Chrome Desktop 11-13 – Tested on OS X 10.6.7 and Windows 7 Firefox Desktop 3.6-4.0 – Tested on OS X 10.6.7 and Windows 7 Internet Explorer 7-9 – Tested on Windows XP, Vista and 7 (minor CSS issues) Opera Desktop 10-11 - Tested on OS X 10.6.7 and Windows 7

没有ajax支持的软件或平台列表 Blackberry 5.0: Tested on the Storm 2 9550, Bold 9770 Opera Mini (5.0-6.0) - Tested on iOS 3.2/4.3 Windows Phone 6.5 – Tested on the HTC Nokia Symbian^3 - Tested on Nokia N8 (Symbian^3), C7 (Symbian^3), also works on N97 (Symbian^1)

基本支持列表,无增强html效果的 Blackberry4.x: Tested on the Curve 8330 All older smartphone platforms and featurephones – Any device that doesn’t support media queries will receive the basic, C grade experience

目前非官方支持的 Meego – Originally a target platform, but Nokia decision to relegate this platform to “experimental”, we are considering dropping support. Samsung Bada – The project doesn’t currently have test devices or emulators, but current support is known to be fairly good. Support level undecided

for 1.0.

jquery分两个版本,一个是调试用的,一个是发布用的。发布用的较小。
可以直接包含网上的cdn
<link rel="stylesheet" href="<a href="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css">http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css</a>" />
<script src="<a href="http://code.jquery.com/jquery-1.6.2.min.js%22%3E%3C/script">http://code.jquery.com/jquery-1.6.2.min.js"></script</a>>
<script src="<a href="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.js%22%3E%3C/script">http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.js"></script</a>>
也可以自己下载,放到自己的web上。

下载地址: http://jquerymobile.com/download/

论坛地址:

http://forum.jquery.com/jquery-mobile


如非注明转载, 均为原创. 本站遵循知识共享CC协议,转载请注明来源