jQuery Mobile 教程


jQuery Mobile 是一个创建移动 web 应用程序的框架。

jQuery Mobile 适用于所有流行的智能手机和平板电脑。

jQuery Mobile 使用 HTML5 和 CSS3 通过尽可能少的脚本对页面进行布局。



每章中的实例

通过我们的在线编辑器,您能够编辑代码,然后点击提交按钮来查看结果。

<div data-role="page" id="pageone">
  <div data-role="header">
    <h1>在此处写入标题</h1>
  </div>

  <div data-role="content">
    <p>在此处写入正文</p>
  </div>

  <div data-role="footer">
    <h1>在此处写入页脚文本</h1>
  </div>
</div> 

试一个

请点击“试一个”按钮来查看结果。


jQuery Mobile 实例

通过实例来学习!在这里您可以找到大量 jQuery Mobile 实例,并亲自进行测试。

jQuery Mobile 实例

jQuery Mobile 数据参考手册


jQuery技巧

粤ICP备11097351号-1