I have my div with a right click popup menu:
// Attatch right click event to folder for extra options $(\'#fBox\' + folderID).mousedown(function(event) {
For me
$('body').on('contextmenu',function(){return false;});
jQuery does the job :)