
Contact Information
ArrayAbout Me
Female
March 18, 2026
44221-8300
Critter Details
Jersey is a stunning 3-month-old blue heeler weighing about 20 lbs, rescued all the way from Georgia and now ready to find her forever home. We're not sure if she's a mix or a purebreed, but one thing is certain – she is absolutely beautiful and full of personality! Like any typical puppy, Jersey is friendly, outgoing, and happy to meet everyone. She’s wonderful with cats, great with other dogs, and loves all people. She’s playful, curious, and always ready for her next little adventure. Jersey does happen to be deaf, which just makes her extra unique. It does not impact her happiness at all and deaf dogs live full, happy lives and form incredibly strong bonds with their families. With simple hand signals and consistency, they learn quickly and thrive. Because blue heelers are a working herding breed, Jersey’s future family should keep in mind that as she grows, she may need an active lifestyle with plenty of exercise, structure, and mental stimulation. She’s a smart girl who will thrive with guidance and things to do! Jersey is microchipped, spayed, and up to date on her vaccines — she’s ready to head home. Her adoption fee is $495. If you’re looking for a gorgeous, intelligent, and fun-loving puppy to grow up with, JERSEY DIXON could be your perfect match. Apply at EHRDOGS.ORG. (function () { // Only on animal detail pages if (!//animals/detail/i.test(location.pathname)) return; // Debounce to avoid double-fire (touchend + click, etc.) var lastNavAt = 0; function toFullSize(url) { try { var u = new URL(url, location.href); u.searchParams.delete(’width’); u.searchParams.delete(’height’); return u.toString(); } catch (e) { return url || ”; } } function looksLikeAnimalPhoto(url) { return //pictures/animals/d+/d+/[^?#]+.(jpg|jpeg|png|gif)/i.test(url || ”); } function handler(e) { var el = e.target; if (!el) return; // Find the closest anchor or image in the click path var a = el.closest ? el.closest(’a’) : null; var img = el.closest ? el.closest(’img’) : null; var url = ”; // Prefer anchor href if it points to an animal photo if (a && a.getAttribute) { var href = a.getAttribute(’href’) || ”; if (href && (href.indexOf(’/pictures/animals/’) !== -1 || looksLikeAnimalPhoto(href))) { url = href; } } // Otherwise fall back to the image src if (!url && img && img.getAttribute) { var src = img.getAttribute(’src’) || ”; if (src && (src.indexOf(’/pictures/animals/’) !== -1 || looksLikeAnimalPhoto(src))) { url = src; } } if (!url) return; // Absolute URL + full-size version try { url = new URL(url, location.href).toString(); } catch (_) {} url = toFullSize(url); // Stop PrettyPhoto (and any other delegated click handlers) e.preventDefault(); e.stopPropagation(); if (e.stopImmediatePropagation) e.stopImmediatePropagation(); // Debounce var now = Date.now(); if (now – lastNavAt < 500) return; lastNavAt = now; // SAME TAB navigation to the full-size image location.href = url; } // Capture phase is the key: we get the event before PrettyPhoto. ['click', 'pointerup', 'touchend'].forEach(function (evt) { document.addEventListener(evt, handler, true); }); })();