
Jacob & Co. Custom Backgammon Set
// The function toggles more (hidden) text when the user clicks on "Read more". // The IF ELSE statement ensures that the text 'read more' and 'read less' changes interchangeably when clicked on. $(document).ready(function(){ $(document).on('click', '.readmoreless-button', function() { $('.readmore-text').slideToggle(); if ($('#readmoreless-button-text').text().includes("Read more")) { $('#readmoreless-button-text').text("Read less"); $("#arrow-img").attr("src", "https://cdn.shopify.com/s/files/1/0568/1682/8552/files/icon-right-black-up.png?v=1645735093"); } else { $('#readmoreless-button-text').text("Read more"); $("#arrow-img").attr("src", "https://cdn.shopify.com/s/files/1/0568/1682/8552/files/icon-right-black-down.png?v=1645732586"); } }); }); SIZE & MATERIAL Jacob & Co. Backgammon BoardRef: 91738923