right click menus

This commit is contained in:
Sanj 2011-11-10 19:29:49 +05:30
parent 2d53fd8110
commit 3aeebd2034
2 changed files with 4 additions and 4 deletions

View File

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

View File

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