我有以下單選按鈕,其中沒有一個默認選中。jquery javascript:選擇單選按鈕時採取行動
<input type="radio" name="location" value="0" /> home
<input type="radio" name="location" value="1" /> work
<input type="radio" name="location" value="2" /> school
我該如何檢測何時被檢查。我正在尋找類似的點擊,但它不工作
$("input[name=location]").click(function(){
alert("selected");
});
它看起來就像是東西這條線以上的錯誤,它搞砸了整個JavaScript的下方。 – Chris 2009-11-07 18:15:48