$('[name=targetMove]').on('ifChecked', function(event){ if($(this).is(':checked')){ alert("Option " + $(this).val() + " is checked"); } });
暂无评论