Template:2012FR/Form-section/Radiobuttons/Default: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
show frequency radio buttons by default |
move IN hiding to here? |
||
Line 57: | Line 57: | ||
var showOnetimeLink = false; |
var showOnetimeLink = false; |
||
$(document).ready(function(){ |
|||
if (country === 'IN') { |
|||
$("#frequency_onetime").attr('checked', true); |
|||
$(".frequency-options").hide(); |
|||
} |
|||
}); |
|||
</script> |
</script> |
||
Revision as of 14:24, 28 October 2013