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

Content deleted Content added
move IN hiding to here?
mNo edit summary
Line 58:
 
$(document).ready(function(){
if (document.paypalcontribution.country.value === 'IN') {
$("#frequency_onetime").attr('checked', true);
$(".frequency-options").hide();