Home and Garden Coupon Codes & Promo Codes
{
const el = document.getElementById('store-categories-cards');
const bottom = el.getBoundingClientRect().bottom;
const windowHeight = window.innerHeight;
if (bottom <= windowHeight && canLoadMore && !loading) {
loading = true;
window.Livewire.find('r4c0RgQ7wv9ysVaFxH7f').loadMore().then(() => {
loading = false;
});
}
}"
>