<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    wangflood

    精心維護(hù)一個(gè)技術(shù)blog,為了工作,也是愛好。

      BlogJava :: 首頁 :: 聯(lián)系 :: 聚合  :: 管理
      14 Posts :: 19 Stories :: 8 Comments :: 0 Trackbacks
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>1</title>
    <script type="text/javascript" src="lib/jquery-1.5.2.js"></script>
    <style type="text/css">
    .red 
    {
        background
    : red;
    }

    .green 
    {
        background
    : green;
    }
    </style>

    <script type="text/javascript">
        
    //    $().ready(function() {

        
    /*
        $('div>p').click(function() {
        alert("選中");
        });
        
        $('ul>li').hover(function() {
        $(this).css("background", 'red');
        }, function() {
        $(this).css("background", 'white');
        });
        

        $('ul>li:last').hover(function() {
        $(this).addClass('green');
        });
         

        $('ul').find('li').each(function(i) {
            $(this).html($(this).html() + "Sam" + i);
        });
         
            $('li').not(':has("div")').addClass("red");
         
    */
        
    //?    $('li').not('[div]').addClass("red");
        //$("li[name]").css("background-color", "#eee");
        /*
        $("a[href*=google]").hover(function() {
            $(this).addClass('green');
        });
         
    */
        
    /*
         $('ul').find("li").hover(function() {
         var li = $(this).next();
         if (li.is(':visible')) {
         li.slideUp();
         } else {
         li.slideDown();
         }
         });
         
    */
        
    /*
         $('a').hover(function() {
         $(this).parent('div').addClass('green');

         }, function() {
         $(this).parent('div').removeClass('green');
         });
         
    */

        
    //});
        $(function() {
            
    //alert("this simple write !");
            //code to execute when the DOM is ready 

        });
    </script>

    </head>
    <body>
        
    <p>one</p>
        
    <div>
            
    <p>two</p>
        
    </div>
        
    <p>three</p>
        
    <ul>
            
    <li>i</li>
            
    <li>like</li>
            
    <li style="display: no">you</li>
            
    <li>ok
                
    <div>this is a div</div></li>
            
    <li name="hi">have a name</li>
        
    </ul>
        
    <div>
            
    <href="www.google.com">Google</a> <br /> <href="www.baidu.com">Baidu</a>
            
    <br /> <href="www.yahoo.com">Yahoo</a> <br />
        
    </div>
    </body>
    </html><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title></title>
    <script type="text/javascript" src="lib/jquery-1.5.2.js"></script>
    <script type="text/javascript" src="lib/jquery.tablesorter.js"></script>
    <style type="text/css">
    .red 
    {
        background
    : red;
    }

    .green 
    {
        background
    : green;
        display
    : none;
    }

    .black 
    {
        background
    : black;
    }

    .yellow 
    {
        background
    : yellow;
    }

    div 
    {
        width
    : 100px;
        height
    : 100px;
        font-size
    : 30px;
        font-family
    : serif;
    }
    </style>

    <script type="text/javascript">
        $(
    function() {
            
    /*

                $('div[name*=div1]').addClass("red").end().toggle(function() {
                    $('div[class*=yellow]').hide('slow');
                }, function() {
                    $('div[class*=yellow]').show('fast');
                });
                $('div[name*=div2]').addClass("green");
             
    */
            
    /*
             $("a").toggle(function() {

             $("div[name*=div1]").animate({
             height : "hide",
             opacity : 'hide'
             }, "slow");
             }, function() {
             $("div[name*=div2]").animate({
             height : "show",
             opacity : 'show'
             }, "slow");
             });
             
    */

            $('#large').tableSorter({
                stripingRowClass : [ 'odd', 'even' ],
                stripRowStartUp : 
    true
            });
        });
    </script>
    </head>
    <body>

        
    <div name="div1" class="red">div1</div>
        
    <div name="div2" class="green">div2</div>
        
    <div class="yellow">div3</div>
        
    <div class="black">div4</div>

        
    <href="#">toggle</a>


        
    <table id="large" cellspacing="0">
            
    <thead>

                
    <tr>
                    
    <th>Email</th>
                    
    <th>Id</th>
                    
    <th>Phone</th>
                    
    <th>Total</th>
                    
    <th>Ip</th>
                
    </tr>
            
    </thead>
            
    <tbody>
                
    <tr>

                    
    <td>devo@flexomat.com</td>
                    
    <td>66672</td>
                    
    <td>941-964-8535</td>
                    
    <td>$2482.79</td>
                    
    <td>172.78.200.124</td>
                
    </tr>
                
    <tr>

                    
    <td>1</td>
                    
    <td>3</td>
                    
    <td>5</td>
                    
    <td>9</td>
                    
    <td>2</td>
                
    </tr>
            
    </tbody>
        
    </table>
    </body>
    </html>
    posted on 2011-04-11 12:19 wangflood 閱讀(391) 評論(0)  編輯  收藏

    只有注冊用戶登錄后才能發(fā)表評論。


    網(wǎng)站導(dǎo)航:
     
    主站蜘蛛池模板: 青青视频观看免费99| 精品国产免费一区二区三区香蕉 | 麻豆69堂免费视频| 野花高清在线电影观看免费视频| 亚洲视频免费在线播放| 91免费国产在线观看| 亚洲精品白色在线发布| 一级女人18毛片免费| 亚洲日韩中文字幕一区| 无码国模国产在线观看免费| 亚洲精品一卡2卡3卡四卡乱码| 成人免费无毒在线观看网站| 亚洲sm另类一区二区三区| 国产在线19禁免费观看国产| 无码 免费 国产在线观看91| 亚洲午夜无码AV毛片久久| 中文字幕不卡高清免费| 亚洲精品无码成人片久久| 三年片在线观看免费大全电影| 久久99亚洲网美利坚合众国| free哆啪啪免费永久| 国产精品亚洲精品观看不卡| 破了亲妺妺的处免费视频国产| 免费播放美女一级毛片| 国产亚洲精品岁国产微拍精品| 99精品视频免费在线观看| 色老板亚洲视频免在线观| 免费国产a国产片高清| 99久久免费国产精品热| 亚洲午夜在线一区| 日韩免费高清视频| 免费无码又爽又刺激高潮软件| 91亚洲国产在人线播放午夜| 日韩免费a级在线观看| 99视频免费在线观看| 亚洲一区二区三区播放在线| 免费看国产曰批40分钟| 一个人免费视频在线观看www| 亚洲乱码日产精品BD在线观看| 四虎影视免费永久在线观看| 国产免费拔擦拔擦8X高清在线人|