亚洲AV日韩AⅤ综合手机在线观看,激情婷婷久久综合色,欧美色五月婷婷久久,久久国产精品99久久人人澡

  • <abbr id="uk6uq"><abbr id="uk6uq"></abbr></abbr>
  • <tbody id="uk6uq"></tbody>
  • 詳細講解jQuery中height()方法用法

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

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

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

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

      語法結(jié)構(gòu)一:

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

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

      實例代碼:

      復制代碼 代碼如下:

      div{

      height:150px;

      width:150px;

      background-color:green;

      margin-top:10px;

      }

      $(document).ready(function(){

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

      })

      語法結(jié)構(gòu)二:

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

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

      實例代碼:

      復制代碼 代碼如下:

      div{

      height:150px;

      width:150px;

      background-color:green;

      margin-top:10px;

      }

      $(document).ready(function(){

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

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

      })

      })

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

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

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

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

    jquery與json的結(jié)合的知識點講解08-10

    英語冠詞用法講解06-23

    荷蘭留學誤區(qū)詳細講解07-10

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

    關(guān)于jQuery實現(xiàn)高亮顯示的方法介紹08-20

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

    SAT語法講解之動詞單數(shù)的用法06-22

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