\nNypris med stativer er hele 128.000,-
\n
\n
\n"}]; document.addEventListener('DOMContentLoaded', function() { var readMoreButtons = document.querySelectorAll('.read-more-btn'); readMoreButtons.forEach(function(btn) { btn.addEventListener('click', function(e) { e.preventDefault(); const thisElementId = $(this).attr('data-target'); $(this).remove(); const targetElementId = thisElementId.replace('-ReadMore', ''); const targetDiv = $('#' + targetElementId); const info = produktInfoNames.find(function(info) { return info.name === targetElementId; }); if (info) { targetDiv.html(info.value); }; }); }); });