當我試圖通過檢查的jquery設置的單選按鈕..它給我一個錯誤未捕獲的類型錯誤:對象[對象HTMLInputElement]無方法「道具」
Uncaught TypeError: Object [object HTMLInputElement] has no method 'prop'
var sub="twoWheeler";
if (vehicleType == sub) {
alert("asdasd");
window.opener.document.getElementById("radios1").prop("checked");
}else{
};
發佈您的代碼.. –
郵編,我們不能analize像這樣 – steo
爲什麼關閉之後OP發佈的代碼?提名重新開放。 –