jQuery – Get Selected Radio Button value
The :checked selector works for checkboxes, radio buttons, and options of select elements. To retrieve only the selected options of select elements, use the :selected… Read More »jQuery – Get Selected Radio Button value