Код: Выделить всё
body{
user-select: none;
touch-action: none;
}
button img {
height: 100px;
}
[img]example[/img]
[img]example[/img]
[img]example[/img]
[img]example[/img]
[img]example[/img]
document.getElementById('btn1').addEventListener('click', function() {
this.parentElement.removeChild(this);
});
Подробнее здесь: https://stackoverflow.com/questions/798 ... -selection
Мобильная версия