Вернуться
document.querySelectorAll('#prodpopup a').forEach(function(a) { console.log( 'POPUP BUTTON:', (a.innerText || '').trim(), '| href:', a.getAttribute('href'), '| class:', a.className, '| parent:', a.parentElement ? a.parentElement.className : '' ); });
Made on
Tilda