$('#myForm input').on('change', function() { alert($('input[name=radioName]:checked', '#myForm').val()); });