我有以下代碼JQuery的單選按鈕不在IE6
<input type="radio" name="HotelSearch_Measure" value="Miles">
<input type="radio" name="HotelSearch_Measure" value="KM">
然而,當我使用下面的工作在IE9/Chrome瀏覽器/火狐但不是在IE6
jQuery("input[value='Miles'").attr("checked", true);
我已經嘗試過搜索沒有運氣。
在此先感謝。
錯字? jQuery(「input [value ='Miles']」)。attr(「checked」,true); – stecb 2011-05-17 15:16:17