How do I default the value of a non-selected radio button to 0?
0
I have the following HTML:
For radio buttons use the following script:
var myRadio = $('input[name=meme_wall_share]'); var checkedValue = myRadio.filter(':checked').val();