Subversion Repositories SmartDukaan

Rev

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

Rev 3037 Rev 3305
Line 98... Line 98...
98
    
98
    
99
    $("#compare_continue").click(function() {
99
    $("#compare_continue").click(function() {
100
    	return compareProducts();
100
    	return compareProducts();
101
    });
101
    });
102
 
102
 
-
 
103
    $('.tooltip').click(function() {
-
 
104
    	trackEventWithGA('Product', 'Helpdoc Click', $(this).attr('name'));
-
 
105
    });
-
 
106
    
103
    $('.tooltip').each(function(index) {
107
    $('.tooltip').each(function(index) {
104
    	   $(this).qtip({
108
    	   $(this).qtip({
105
    		style: { width: 300, overflow: 'auto',
109
    		style: { width: 300, overflow: 'auto',
106
    			tip: { corner: 'topLeft' }, 
110
    			tip: { corner: 'topLeft' }, 
107
    			border: { width: 2, radius: 2, color: '#DDDDDD' } },
111
    			border: { width: 2, radius: 2, color: '#DDDDDD' } },