Код: Выделить всё
$(document).bind( "contextmenu", function(e) {
if(e.target.tagName.toLowerCase() === 'img'){
return true;
} else {
e.preventDefault();
return false;
}
});
Как это возможно? Вы ответите, будет оценен. Спасибо
Подробнее здесь: https://stackoverflow.com/questions/794 ... -press-ctr