Template:2012FR/Form-section/Radiobuttons/Default: Difference between revisions

Content deleted Content added
show frequency radio buttons by default
move IN hiding to here?
Line 57:
var showOnetimeLink = false;
 
$(document).ready(function(){
if (country === 'IN') {
$("#frequency_onetime").attr('checked', true);
$(".frequency-options").hide();
}
});
</script>