示例效果:http://hovertree.com/texiao/jquerymobile/
可以在手機或者觸屏浏覽器查看效果。
以下是HTML代碼:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>jQueryMobile頁面示例-HoverTree</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="http://hovertree.com/ziyuan/jquerymobile/jquery.mobile-1.4.5.min.css">
<script src="http://hovertree.com/ziyuan/jquery/jquery-1.11.3.min.js"></script>
<script src="http://hovertree.com/ziyuan/jquerymobile/jquery.mobile-1.4.5.min.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<a href="http://hovertree.com/" data-role="button" data-icon="home" target="_blank">首頁</a>
<h1>hovertree.com</h1>
<a href="http://hovertree.com/texiao/" data-role="button" data-icon="search" target="_blank">搜索</a>
</div>
<div data-role="content">
<p>現在我已經成為一名移動開發者!HoverTree</p>
<p><a href="http://hovertree.com/hvtart/bjae/d6jl6mb3.htm" target="_blank">原文</a> <a href="http:///" target="_blank"></a> <a href="http://hovertree.com/texiao/" tabindex="_balnk">特效</a></p>
</div>
<div data-role="footer">
<h1>頁腳文本</h1>
</div>
</div>
</body>
</html>
經驗:在連接加入 target="_blank" 可以解決鏈接打不開問題