$("input:radio[name='ssx']").change(function (){ alert( $(this).val()); alert($("input:radio[name='ssx']:checked").val()) });