jQuery中height、innerheight和outerheight的區別

1.jQuery中的height()、innerheight()、outerheight() 1.1 獲取/設置對應選擇器標籤的高度       $("div").height(); 獲取     $("div").height(100);  //設置     當然你也可以使用function設置對應標籤的高度      $("button").click(function(){ //index爲
相關文章
相關標籤/搜索