Template:2011FR/lp-form-US7amounts-extrainfo-noppval2: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
jquery |
ugh, # |
||
Line 63: | Line 63: | ||
} |
} |
||
#card-info-block |
|||
{ |
{ |
||
font-size: 0.9em; |
font-size: 0.9em; |
||
Line 367: | Line 367: | ||
function showCCForm(){ |
function showCCForm(){ |
||
$('card-info-block').animate( { 'display': 'block' }, 1000 ) |
$('#card-info-block').animate( { 'display': 'block' }, 1000 ) |
||
$('cc-donate-button').css( 'display', 'block'); |
$('#cc-donate-button').css( 'display', 'block'); |
||
$('cc-donate-button_step1').css( 'display', 'none'); |
$('#cc-donate-button_step1').css( 'display', 'none'); |
||
} |
} |
||
Revision as of 06:57, 9 September 2011