oncontextmenu
how to give oncontextmenu return false for particular div?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Feb 7, 2014, 6:42 AM
$('.div1').contextmenu(function() { return false;}).mousedown(function() {
$('.div3').show();
})
ranjan sahooPosted Feb 7, 2014, 5:02 AM
Posted Feb 7, 2014, 4:27 AM