Give $1,000 or more to join the Grosvenor Council and receive
special privileges and benefits.
', {
class: 'nudge-wrapper bottom',
html: nudgeTextBottom
}).insertAfter('.en__field--donationAmt .en__field__element');
var defaultVal = $('input[name="transaction.recurrpay"]').filter(':checked').val();
if(defaultVal == 'Y'){
$('.nudge-wrapper').hide();
}
$('body').on('recurring_gift_change',function(e,status){
if(status == 'Y'){
$('.nudge-wrapper').hide();
} else {
$('.nudge-wrapper').show();
}
});
};