> JQuery UI中文在线手册 > 带有按钮的尾部栏
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" href="Http://apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.CSS">
<script src="//apps.bdimg.com/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//apps.bdimg.com/libs/jquerymobile/1.4.2/jquery.mobile.min.js"></script>
</head>
<body>

<div data-role="header">
  <a href="#" data-role="button" data-icon="home">主页</a>
  <h1>欢迎来到我的主页</h1>
  <a href="#" data-role="button" data-icon="search">搜索</a>
</div>

<div data-role="content">
  <p>该按钮仅用于演示,不会有任何效果。</p>
</div>

<div data-role="footer">
  <a href="#" data-role="button" data-icon="plus">在Facebook关注我</a>
  <a href="#" data-role="button" data-icon="plus">在Twitter关注我</a>
  <a href="#" data-role="button" data-icon="plus">在Instagram关注我</a>
</div>

</body>
</html>