SyntaxFix
Write A Post
Hire A Developer
Questions
I use this simple script
$('input[name="myRadio"]').on('change', function() { var radioValue = $('input[name="myRadio"]:checked').val(); alert(radioValue); });