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

添加285字节 、​ 2020年10月30日 (五) 04:53
无编辑摘要
标签移动版网页编辑 移动版编辑
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);
});
};
});
16,874

个编辑