这是一个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>