Subversion Repositories SmartDukaan

Rev

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

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