Subversion Repositories SmartDukaan

Rev

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

Rev 10198 Rev 10537
Line 233... Line 233...
233
		window.location = "/compare-" + hyphenatedProductType + "/" 
233
		window.location = "/compare-" + hyphenatedProductType + "/" 
234
			+ hyphenateNameOne + "-vs-" + hypenatedNameTwo + "?p1="+productOne+"&p2="+productTwo+"&fromsrc=product_page";	
234
			+ hyphenateNameOne + "-vs-" + hypenatedNameTwo + "?p1="+productOne+"&p2="+productTwo+"&fromsrc=product_page";	
235
	}
235
	}
236
    
236
    
237
    $("#accessories table td div a").live('click', function() {
237
    $("#accessories table td div a").live('click', function() {
238
    	var productId = $(this).parent().parent().parent().children().find('input[type=checkbox]').val();
238
    	var productId = $(this).attr('title');
239
    	trackEventWithGA('Widget', 'Accessory Click', productId);
239
    	trackEventWithGA('Widget', 'Accessory Click', productId);
240
    });
240
    });
241
    
241
    
242
	
242
	
243
	$('.nextSlide-anchorLink').live('click', function() {
243
	$('.nextSlide-anchorLink').live('click', function() {