I am a Developer, Blogger and Coffee addict. Java developer by profession, Q2A developer by addiction. This is my personal website where I write few stuff which could be useful for other developers.
© 2020. All rights reserved.
This piece of code will help in getting the selected radio value.
$("input[name=my-radio]:checked").val();
Here is a live example.