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>
运行效果:

Copyright © 2020-2025 CodesBug All Rights Reserved. 备案号:豫ICP备20006891号-2.