這是一個jQueryMobile示例頁面
示例效果: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" /> <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://keleyi.com/" target="_blank">柯樂義</a> <a href="http://hovertree.com/texiao/" tabindex="_balnk">特效</a></p> </div> <div data-role="footer"> <h1>頁腳文本</h1> </div> </div> </body> </html>