I have my div with a right click popup menu:
// Attatch right click event to folder for extra options $(\'#fBox\' + folderID).mousedown(function(event) {
You can disable the right click by appending oncontextmenu="return false;" to your body tag.