1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 詳細講解jQuery中height()方法用法

        時間:2024-07-06 02:46:03 jQuery Mobile 我要投稿
        • 相關推薦

        詳細講解jQuery中height()方法用法

          本文實例講述了jQuery中height()方法用法。分享給大家供大家參考。具體分析如下:

          此方法可以獲取或者設置匹配元素的高度值,默認單位是px。

          語法結構一:

          復制代碼 代碼如下:$(selector).height()

          不帶參數的時候是返回第一個匹配元素的當前高度。

          實例代碼:

          復制代碼 代碼如下:

          div{

          height:150px;

          width:150px;

          background-color:green;

          margin-top:10px;

          }

          $(document).ready(function(){

          alert($("div").height());

          })

          語法結構二:

          復制代碼 代碼如下:$(selector).height(val)

          帶參數的時候是設置所有匹配元素的高度,默認單位是px,當然也可以使用其他的單位如em或者百分比等等。

          實例代碼:

          復制代碼 代碼如下:

          div{

          height:150px;

          width:150px;

          background-color:green;

          margin-top:10px;

          }

          $(document).ready(function(){

          $("button").click(function(){

          $("div").height("200px")

          })

          })

          希望本文所述對大家的jQuery程序設計有所幫助。

        【詳細講解jQuery中height()方法用法】相關文章:

        jQuery中prev()方法用法07-16

        jQuery中replaceAll()方法用法10-15

        jquery與json的結合的知識點講解08-10

        英語冠詞用法講解06-23

        荷蘭留學誤區詳細講解07-10

        jQuery中parent()和siblings()的問題10-16

        關于jQuery實現高亮顯示的方法介紹08-20

        荷蘭語定冠詞的用法講解09-02

        SAT語法講解之動詞單數的用法06-22

        2016年中考高效復習方法講解01-12

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>