All, Have used this site a few times before and had some great replies so hopefully someone can help again. I want a set of radio buttons, so that when you click a button – you get another set below it. Then again, when you click one of the 2nd set of buttons, you’ll get a third etc. Currently I
Tag: radio-button
How can I know which radio button is selected via jQuery?
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: How do I know which one is selected? Answer To get the value of the selected radioName item of a form with id myForm: Here’s an example: