jQueryMobile示例頁面代碼


這是一個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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM