$(function() {
            $(this).bind("contextmenu", function(e) {
                e.preventDefault();
            });
        });
