How do I default the value of a non-selected radio button to 0?
0
I have the following HTML:
jQuery("input:radio[name=myradiobutton]:checked").val();