Newer
Older
bird-2021 / zukan / resulttemp / result.js
@KAOKA Daisuke KAOKA Daisuke on 2 Feb 2022 268 bytes add
'use strict';

const thumbs = document.querySelectorAll('.thumb');
thumbs.forEach(function(item, index){
    item.onclick = function() {
        console.log(this.CDATA_SECTION_NODE,image);
        //document.getElementById('bigimg').src = this.dataset.image;
    }
});