jQuery Mobile 工具栏-创建头部栏和尾部栏
【摘要】 <!DOCTYPE html><html><head><link rel="stylesheet" href="https://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.css"><script src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"><...
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.css">
<script src="https://apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>My header</h1>
</div>
<div data-role="content">
<p>Content goes here..</p>
</div>
<div data-role="footer">
<h1>My footer</h1>
</div>
</div>
</body>
</html>
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)