zoukankan      html  css  js  c++  java
  • JqueryUI-2

    本文在于巩固基础

    jQuery UI Widgets 

    jQuery UI Widgets控件-Accordion

    <!DOCTYPE html>
    <html>
    <head lang="en">
        <meta charset="UTF-8">
        <title></title>
        <link rel="stylesheet" type="text/css" href="Css/myCss.css"/>
        <link rel="stylesheet" type="text/css" href="Css/jquery-ui.min.css">
    
    </head>
    <body>
    
    <div id="sss">
        <h3>内容1</h3>
        <div>
            <p>hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello</p>
        </div>
        <h3>内容2</h3>
        <div>
            <p>hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello</p>
        </div>
        <h3>内容3</h3>
        <div>
            <p>hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello</p>
        </div>
        <h3>内容4</h3>
        <div>
            <p>hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello</p>
        </div>
        <h3>内容5</h3>
        <div>
            <p>hellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohellohello</p>
        </div>
    
    </div>
    <script src="Script/jquery-2.1.1.min.js"></script>
    <script src="Script/jquery-ui.min.js"></script>
    <script type="text/javascript" src="Script/myScript.js"></script>
    </body>
    </html>
    /**
     * Created by Administrator on 2015/3/5 0005.
     */
    $(document).ready(function(){
        $("#sss").accordion();
    
    });

     

  • 相关阅读:
    2019-1-17水晶报表函数大全
    2019-1-17【水晶报表内功心法】--推拉之间
    2019-1-17水晶报表技巧总结【二】
    2019-1-16 水晶报表自动补空行
    2019-1-16水晶报表技巧总结【一】
    博客园添加访客人数
    2019-1-11存储过程的查看
    2019-1-11数据库重构
    lcx端口转发 linux版
    PentesterLab-From SQL Injection to Shell: PostgreSQL edition
  • 原文地址:https://www.cnblogs.com/jixinyu/p/4315978.html
Copyright © 2011-2022 走看看