首页 > 网站 > WEB开发 > 正文

jQueryMobile示例页面代码

2024-04-27 15:02:14
字体:
来源:转载
供稿:网友

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

web前端资源:http://www.cnblogs.com/jihua/p/webfront.html


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表