因爲所有你知道通過ID jQuery的選擇
$("#ID")
返回其元素ID。
但這段代碼總是返回,即使沒有元素。
alert($("#htrBuyerCouponNotice"));
alert(document.getElementById("htrBuyerConponNotice"));
在這種情況下。
這兩行結果不一樣。
我想檢查一下是否有元素有htrBuyerCouponNotice
。
document.getElementByID
如果沒有元素,則返回null。
對不起我的英語不好 – 2010-03-10 06:41:56
這不是因爲在優惠券/ Conpon錯字的,是嗎? :) – deceze 2010-03-10 06:43:33