Subversion Repositories SmartDukaan

Rev

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

Rev 2762 Rev 2802
Line 122... Line 122...
122
		}
122
		}
123
		var productOne = $("#catelog_id").val();
123
		var productOne = $("#catelog_id").val();
124
		window.location = "/compare-mobile-phones?p1="+productOne+"&p2="+productTwo;	
124
		window.location = "/compare-mobile-phones?p1="+productOne+"&p2="+productTwo;	
125
	}
125
	}
126
    
126
    
-
 
127
    $("#accessories table td div a").live('click', function() {
-
 
128
    	var productId = $(this).parent().parent().parent().children().find('input[type=checkbox]').val();
-
 
129
    	trackEventWithGA('Widget', 'Accessory Click', productId);
-
 
130
    });
127
 
131
    
128
});
132
});
129
 
133
 
130
function changeSignInClass(){
134
function changeSignInClass(){
131
	if(document.getElementById("signinClass").className.indexOf("signin1") > -1)	{
135
	if(document.getElementById("signinClass").className.indexOf("signin1") > -1)	{
132
		document.getElementById("signinClass").className = 'signin';
136
		document.getElementById("signinClass").className = 'signin';