LLWiki正在建设中,欢迎加入我们

“Widget:As-song”的版本间差异

跳转到导航 跳转到搜索
标签移动版网页编辑 移动版编辑
nodeList[select.dataset.oldIndex].style.display = 'none';
select.dataset.oldIndex = optionArray[select.selectedIndex].value;
let currentNode = nodeList[select.dataset.oldIndex].style.display = 'table';
currentNode.style.display = 'table';
currentNode.querySelectorAll( '.lazy-image-placeholder' ).forEach(function(e) {
let img = document.createElement('img');
img.src = e.dataset.src;
e.replaceWith(img);
});
};
});