Subversion Repositories SmartDukaan

Rev

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

Rev 5552 Rev 5862
Line 152... Line 152...
152
    $("#accessories table td div a").live('click', function() {
152
    $("#accessories table td div a").live('click', function() {
153
    	var productId = $(this).parent().parent().parent().children().find('input[type=checkbox]').val();
153
    	var productId = $(this).parent().parent().parent().children().find('input[type=checkbox]').val();
154
    	trackEventWithGA('Widget', 'Accessory Click', productId);
154
    	trackEventWithGA('Widget', 'Accessory Click', productId);
155
    });
155
    });
156
    
156
    
-
 
157
	
-
 
158
	$('.nextSlide-anchorLink').live('click', function() {
-
 
159
	    var nextSlideLink = $(this).attr('nextSlideId');
-
 
160
	    $('a[href="' + nextSlideLink +'"]').click();
-
 
161
	    return false;
-
 
162
	});
-
 
163
    
157
    $('a.compare-now').live('click', function(){
164
    $('a.compare-now').live('click', function(){
158
		var productType = $(this).attr('producttype');
165
		var productType = $(this).attr('producttype');
159
		productType = productType.replace(/ +/g, '-').toLowerCase();
166
		productType = productType.replace(/ +/g, '-').toLowerCase();
160
		
167
		
161
		var productOne = $("#catalog_id").val();
168
		var productOne = $("#catalog_id").val();