Subversion Repositories SmartDukaan

Rev

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

Rev 6772 Rev 6792
Line 151... Line 151...
151
				trackEventWithGA('Widget', 'Emi info widget is clicked', '');
151
				trackEventWithGA('Widget', 'Emi info widget is clicked', '');
152
			}
152
			}
153
    	});
153
    	});
154
	});
154
	});
155
	
155
	
-
 
156
	$('a.mk_best_deal_detail').live('click', function(){
-
 
157
		var offerLinkHtml = '';
-
 
158
		if(OFFER_HELP_LINK!='$OFFER_DETAIL_LINK') {
-
 
159
			offerLinkHtml = '<a target="_blank" href="' +OFFER_HELP_LINK + '" style="z-index: 1; float: right; bottom: 0px; right: 0px; margin: 15px; position: absolute;">More</a></span>';
-
 
160
		}
-
 
161
		$.colorbox({
-
 
162
			width: "550px",
-
 
163
    		height: "300px",
-
 
164
    		inline: true,
-
 
165
    		href: '<h3 style="text-align: left; padding: 10px;">Offer Details</h3>' +
-
 
166
    			'<p style="text-align: justify; line-height: 22px; margin: 12px;">' + OFFER_HELP_TEXT +
-
 
167
    			'</p><span class="right">' + offerLinkHtml 
-
 
168
		});
-
 
169
	});
-
 
170
	
156
	
171
	
157
	$('#pickupstoreInfo').click(function(){
172
	$('#pickupstoreInfo').click(function(){
158
		$.colorbox({
173
		$.colorbox({
159
    		width: "550px",
174
    		width: "550px",
160
    		height: "370px",
175
    		height: "370px",