Let me help you find exactly what performance parts you need!
Click here to chat with me!
Search our website now
Latest Products
' + 'View Product' + '
' ); button.find('a').attr('href', productURL); // Insert below the description $('.fg-media-caption-description').after(button); } // Watch the lightbox for changes const observer = new MutationObserver(function () { addProductButton(); }); observer.observe(document.body, { childList: true, subtree: true, attributes: true }); });