Jackie loves to explore, romp around with his littermates, and dive headfirst into puppy fun. He’s curious, outgoing, and has a bold personality that makes him stand out, but he’s still very much a sweet puppy who enjoys attention and affection.
Jackie is looking for a forever home that’s ready for a fun-loving pup who will grow into a loyal, loving companion.
Jackie is microchipped, neutered and current on his vaccines. His adoption fee is $495.
Apply to adopt JACKIE LONESTAR at www.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);
});
})();
ABOUT: CHIHUAHUA DOG BREED
The Chihuahua is a small breed famous for its confidence, loyalty, and big personality, despite its tiny size. Originating from Mexico, these dogs are known for their large, expressive eyes and alert, curious nature. Chihuahuas make excellent companions, forming strong bonds with their owners and displaying a protective nature. They come in a variety of coat colors and patterns, with both long and short coats, making them a diverse and adorable addition to any family.
The terrier is a spirited and intelligent dog breed known for its feisty personality and boundless energy. Terriers come in various sizes and coat types, but they all share a common heritage as fearless and determined hunters. These dogs are typically highly trainable, making them versatile companions for active individuals and families alike. With their loyalty and playful demeanor, terriers are beloved for their endless enthusiasm and affectionate nature.