Subversion Repositories SmartDukaan

Rev

Rev 1048 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1048 Rev 1235
Line 3... Line 3...
3
	/* Widget */
3
	/* Widget */
4
	if($("#sidebar:visible").length == 1){
4
	if($("#sidebar:visible").length == 1){
5
		
5
		
6
		// Product Title
6
		// Product Title
7
		$(".lightbox table td div a").each(function(){
7
		$(".lightbox table td div a").each(function(){
8
			$(this).textOverflow();
8
			$(this).truncate({addtitle: true}); 
9
		});
9
		});
10
		
10
		
11
		// Product Price
11
		// Product Price
12
		$(".lightbox table td div div.price").each(function(){
12
		$(".lightbox table td div div.price").each(function(){
13
			$(this).textOverflow();
13
			$(this).truncate({addtitle: true});
14
		});
14
		});
15
		
15
		
16
		// Product Details
16
		// Product Details
17
		$(".lightbox table td div div.text").each(function(){
17
		$(".lightbox table td div div.text").each(function(){
18
			$(this).textOverflow();
18
			$(this).truncate({addtitle: true});
19
		});
19
		});
20
	}
20
	}
21
	
21
	
22
	/* Home */
22
	/* Home */
23
	if($("#products:visible").length == 1){
23
	if($("#products:visible").length == 1){