How to get selected radio button value in Javascript

You can use the jQuery :checked selector in combination with the val() method to find the value of certain radio button inside a group.