jquery獲取 設定iframe高度

2021-06-04 22:44:42 字數 321 閱讀 4274

今天網頁加了個iframe  通過js制定src,但是當獲取iframe的高度時,始終顯示0

可以在iframe的width屬性設定height和width,

但是動態設定,是iframe,自適應高度,應在iframe每次載入時,load完成之後根據內容改變

$(function());   

});這裡的find("#content")是找出iframe內容文件中的id為content的高度(另外比如find("body")),並設定給iframe, 

類似的還可以設定寬度

$(function());   

});   

jQuery 獲取 設定CSS類

1 addclass 向被選元素新增乙個或多個類 2 removeclass 從被選元素刪除乙個或多個類 3 toggleclass 對被選元素進行新增 刪除類的切換操作 eg important blue id addclass important blue 新增兩個類 removeclass b...

JQuery獲取和設定Select選項

jquery獲取和設定select選項 獲取select 獲取select 選中的 text ddlregtype find option selected text 獲取select選中的 value ddlregtype val 獲取select選中的索引 ddlregtype get 0 se...

JQuery獲取和設定Select選項

jquery獲取和設定select選項 獲取select 獲取select 選中的 text ddlregtype find option selected text 或者 ddlregtype find option selected text 獲取select選中的 value ddlregty...