How do I default the value of a non-selected radio button to 0?
0
I have the following HTML:
This Jquery method returns the default vale 0 when page loads...
$('input[type="radio"]:checked').val();