For example I have a group of radio buttons and would like to get value of the selected radio button.
<div id='Details'><input type="radio" value="Butter"name="Food" ><input type="radio" value="Bread"name="Food" ></div> IHow to get the value using jQuery? Thanks for reply L.