Код: Выделить всё
function disableLinkButton() {
document.getElementById('').disabled = "disabled";
document.getElementById('').onclick = returnFalse;
};
function returnFalse() {
return false;
};
Спасибо
Подробнее здесь: https://stackoverflow.com/questions/797 ... -any-sense
Мобильная версия