disabled right-click for images

This commit is contained in:
Sanj 2011-10-31 18:46:09 +00:00
parent 35b71e14cd
commit adc3cf76d1
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
$(function(){
$(function() {
$('#slidesContainer').bind("contextmenu", function(e) {
return false;
});
$('.projectThumb').click(function() {
// alert("hi");

View File

@ -1,6 +1,9 @@
$(document).ready(function() {
$('#logo').fadeIn(4000);
$('#slider').bind("contextmenu", function(e) {
return false;
});
$(window).resize(function() {
var width = $(this).width();