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 实例
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com