Donate to Earthwatch
var $ = jQuery.noConflict();
function readCookie(name) {
const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));
return match ? match[2] : null;
}
$(function() {
$('#amount_container input').attr('min','10').attr('max','100000');
if ($.fn.numeric) {
$("#amount").numeric({
allowPlus: false,
allowMinus: false,
allowThouSep: false,
allowDecSep: true,
maxDigits: 6,
maxDecimalPlaces: 2,
min: 10.00
});
}
// ✅ THIS WILL NOW WORK
const amount = readCookie('amount');
if...
Donate Regular
Donate to Earthwatch
var $ = jQuery.noConflict();
function readCookie(name) {
const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));
return match ? match[2] : null;
}
$(function() {
$('#amount_container input').attr('min','10').attr('max','100000');
if ($.fn.numeric) {
$("#amount").numeric({
allowPlus: false,
allowMinus: false,
allowThouSep: false,
allowDecSep: true,
maxDigits: 6,
maxDecimalPlaces: 2,
min: 10.00
});
}
// ✅ THIS WILL NOW WORK
const amount = readCookie('amount');
if...
Donate Thank You
Donate to Earthwatch
(function () {
// Read a cookie value by name
function getCookie(name) {
const pair = document.cookie.split('; ').find(row => row.startsWith(name + '='));
if (!pair) return null;
const value = pair.split('=').slice(1).join('=');
try {
return decodeURIComponent(value.replace(/^"|"$/g, '')); // handle quoted + encoded values
} catch {
return value;
}
}
// Hide all targets, then show exactly one by id
function showOnly(idToShow) {
const ids = ['general-thank-you', 'recipient-yes-thank-you',...
Donate Regular - Mangroves Appeal
Donate to the Mangroves Appeal
var $ = jQuery.noConflict();
$(function() {
$('#amount_container input').attr('min','2').attr('max','100000');
/* set numeric limits on monthly donation other field for DESKTOP */
$("#amount").numeric({
allowPlus : false, // Allow the + sign
allowMinus : false, // Allow the - sign
allowThouSep : false, // Allow the thousands separator, default is the comma eg 12,000
allowDecSep : true, // Allow the decimal separator, default is the fullstop eg 3.141
allowLeadingSpaces : false,
maxDigits :...
Donate Regular - Protect Australias Wildlife
Donate this End of Financial Year
By giving today, you’re supporting science, inspiring environmental leadership, and helping protect Australia’s unique ecosystems for future generations.
var $ = jQuery.noConflict();
$(function() {
$('#amount_container input').attr('min','2').attr('max','100000');
/* set numeric limits on monthly donation other field for DESKTOP */
$("#amount").numeric({
allowPlus : false, // Allow the + sign
allowMinus : false, // Allow the - sign
allowThouSep : false, // Allow the thousands separator, default is the comma eg...
Donate Regular - Donate this End of Financial Year
Donate this End of Financial Year
By giving today, you’re supporting science, inspiring environmental leadership, and helping protect Australia’s unique ecosystems for future generations.
var $ = jQuery.noConflict();
$(function() {
$('#amount_container input').attr('min','2').attr('max','100000');
/* set numeric limits on monthly donation other field for DESKTOP */
$("#amount").numeric({
allowPlus : false, // Allow the + sign
allowMinus : false, // Allow the - sign
allowThouSep : false, // Allow the thousands separator, default is the comma eg...
Support Nature Donation Form
Thank you for Supporting Nature
Thank you so much for helping restore and protect the places, people, and wildlife that need it most.Your generosity is bringing new life to mangrove ecosystems, safeguarding the species that call them home, empowering teachers to inspire young changemakers, and helping native forests thrive in our cities.
This holiday season, your kindness is helping nature and our communities grow stronger. Together, we can create a brighter, greener future.
By submitting this form you are agreeing to our terms and conditions
This site is protected by reCAPTCHA and the...
Support Nature Donation Form (No Recipient)
Thank you for Supporting Nature
Thank you so much for helping restore and protect the places, people, and wildlife that need it most.Your generosity is bringing new life to mangrove ecosystems, safeguarding the species that call them home, empowering teachers to inspire young changemakers, and helping native forests thrive in our cities.
This holiday season, your kindness is helping nature and our communities grow stronger. Together, we can create a brighter, greener future.
By submitting this form you are agreeing to our terms and conditions
This site is protected by reCAPTCHA and the...

