获取radio点击事件,不能用click(),而是用change().
$('input[name="options"]').change(function(){ console.log($(this).is(":checked")) });