I have two radio button in my view..
something like this..
<input type="radio" name="ObnCategory" id="Obncategory" checked="checked" />X</div><br />
<div>
<input type="radio" name="ObnCategory" id="Obnsubcategory" />Y</div><br />
I need to see which one is checked or not using jquery?
thanks