ab
Size: a a a
KV
M
KV
M
M
M
KV
СЧ
imgSeal.addEventListener('click', function () {
console.log('imgSeal')
const element = this
console.log(element) // тут все ровно все еще img
// TODO del jq
$('#addPhoto').modal('show')
document.getElementById("snap").addEventListener("click", (element) => {
console.log(element) // а вот тут уже MouseEvent
} );
})
M
function answer(target) {
const postId = target.parentElement
.querySelector("#id_answer")
.dataset.post_id;
// ...
}
M
СЧ