I have three radio buttons
<input id="RadioJ" type="radio" name="grp1" class="abc" />
<input id="FaroK" type="radio" name="grp1" class="abc" />
<input id="MartreLK" type="radio" name="grp1" class="abc" />
Which is the shortest possible way to do this:
IF RadioJ checked
do this
else if FaroK is checked
do that
else if MartreLK
do this and that