
/* - ++resource++wsccrrn.theme.scripts/wsccrrn.js - */
// http://www.childcarenet.org/portal_javascripts/++resource++wsccrrn.theme.scripts/wsccrrn.js?original=1
function validateAmount(amount){if(amount.value.match(/^[0-9]+(\.([0-9]+))?$/)){return true}
amount.focus();return false}
jQuery(function($){$('#BB_BuyButtonForm').submit(function(){var valid=validateAmount(this.item_price_1);if(!valid){$("h2#error").text("Please enter a valid donation").show().fadeOut(3000);return false}})});

