BlackBerry 10官方支持JQuery Mobile

来源:互联网 发布:软件qq音乐 编辑:程序博客网 时间:2024/06/05 18:01

JQuery Mobile在移动应用开发领域非常流行,BlackBerry 官方 在2012年夏天推出了JQuery Mobile主题和优化。


official BlackBerry 10 Theme for jQuery Mobile

Live Demo (BB10 手机上面浏览器访问)

上手指南 getting started guide.




例子:

Quick Start<!DOCTYPE html><html><head>    <title>My Page</title>    <link rel="stylesheet" href="BlackBerry-JQM-all.min.css" />    <script src="BlackBerry-JQM-all.min.js"></script></head><body><div data-role="page">    <div data-role="header">        <h1>My Title</h1>    </div><!-- /header -->    <div data-role="content">        <p>Hello world</p>    </div><!-- /content --></div><!-- /page --></body></html>


运行效果:



性能tips:

You will notice that this example does not include jQuery or jQuery mobile, this is because all of the files need are combined into BlackBerry-JQM-all.min.css and BlackBerry-JQM-all.min.js, this is done to reduce download overhead on the device and improve overall performance. If you prefer to include each file seperatly please check out the getting started documentation.


参考:

BlackBerry 的声明:(要翻墙)

http://openbbnews.wordpress.com/2012/10/07/blackberry-10-theme-for-jquerymobile/

原创粉丝点击