I have two radio buttons and want to post the value of the selected one.
How can I get the value with jQuery?

I can get all of them like this:

$("form :radio")

How do I know which one is selected?

3
39

Leave a Reply

Your email address will not be published. Required fields are marked *