jQuery Mobile 教程
在本教程中,您将通过大量实例来了解与学习 jQuery Mobile 的基础知识。
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 属性的完整参考手册。