Subversion Repositories SmartDukaan

Rev

Rev 13213 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13213 Rev 13279
Line 3... Line 3...
3
 
3
 
4
 
4
 
5
	/* ---- Countdown timer ---- */
5
	/* ---- Countdown timer ---- */
6
 
6
 
7
	$('#counter').countdown({
7
	$('#counter').countdown({
8
		timestamp : (new Date(1418149800000)).getTime()
8
		timestamp : (new Date(1418409000000)).getTime()
9
	});
9
	});						
10
	
10
	
11
	/* ---- Animations ---- */
11
	/* ---- Animations ---- */
12
 
12
 
13
	$('#links a').hover(
13
	$('#links a').hover(
14
		function(){ $(this).animate({ left: 3 }, 'fast'); },
14
		function(){ $(this).animate({ left: 3 }, 'fast'); },