Template:2012FR/Form-email-20131004/US: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
add tweaked hpc code
No edit summary
Line 78: Line 78:
}
}
if( ask != null ){
if( ask != null ){
// change amounts on radio buttons
for( var j = 0; j < ask.length; j++ ){
for( var j = 0; j < ask.length; j++ ){
var radio = $("#input_amount_" + j);
var radio = $("#input_amount_" + j);
Line 89: Line 90:
}
}
}
}

// change amounts in appeal
var considerAmountString = "";
for( var j = 0; j < ask.length; j++ ) {
considerAmountString =+ symbol + ask[j];
}
$('.consider-amounts').html(considerAmountString);
}
}
}
}

Revision as of 16:42, 4 October 2013

Donation amount (USD)

Template:2012FR/Form-section/Paymentmethods/Creditcard Template:2012FR/Form-section/Paymentmethods/EWallet/PayPal Template:2012FR/Form-section/Paymentmethods/EWallet/Amazon