A.$("#xxx").clone()
B.delete().$("#xxx")
C.$("#xxx").remove()
D.$("#xxx").empty()
您可能感興趣的試卷
你可能感興趣的試題
A.$("#next").append("<div></div>");
B.$("#next").before("<div></div>");
C.$("#next").insert("<div></div>");
D.$("#next").prependTo("<div></div>");
A.$("#span01").closest(".mainbox")
B.$("#span01").parents(".mainbox")
C.$("#span01").parent(".mainbox")
D.$("#span01").find(".mainbox")
A.$("span p")
B.$("p").find("span")
C.$("span").find("p")
D.$("p").has("span")
A.和on()沒什么區(qū)別
B.可以刪除已綁定的事件
C.給元素綁定一次性事件
D.可以代替live()使用
A.$("p").on("click",function(){alert($(this).text())})
B.$("p").on("onclick",function(){alert($(this).text())})
C.$("p").on("click",function(){alert(this.text())})
D.以上都不正確
最新試題
通過ID 獲取某節(jié)點可以使用哪個方法?()
Math 對象提供多種算術(shù)常量和函數(shù),執(zhí)行普通的算術(shù)任務(wù)。其中Math.random()的功能是()
Document 對象屬于()
在HTML 中,用于存儲大量客戶端數(shù)據(jù)的方法是使用()
Random()方法屬于哪個對象?()
HTML 中,獲取整個文檔的根節(jié)點可以使用屬性()
關(guān)于Array 對象,下列哪項說法不正確()
下列關(guān)于IndexedDB 數(shù)據(jù)庫的說法中,錯誤的是()
HTML 中,每個HTML 標(biāo)簽都是()
Math 對象用來把數(shù)四舍五入為最接近的整數(shù)的方法是()