Subversion Repositories SmartDukaan

Rev

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

Rev 8976 Rev 9301
Line 151... Line 151...
151
			onComplete: function(){
151
			onComplete: function(){
152
				trackEventWithGA('Widget', 'Insurance sticky banner is clicked', '');
152
				trackEventWithGA('Widget', 'Insurance sticky banner is clicked', '');
153
			}
153
			}
154
		});
154
		});
155
	});
155
	});
-
 
156
	
-
 
157
	$('.one_assist_know_more').click(function(){
-
 
158
		$.colorbox({
-
 
159
			width: "520px",
-
 
160
			height: "240px",
-
 
161
			inline: true,
-
 
162
			href: "<h3 style='font-size:15px; text-align:center; font-weight:bold; margin-left:15px; margin-top:5px;margin-bottom:10px'>An exclusive offer from Saholic</h3>" +
-
 
163
			"<ul style='text-align: justify; padding-right: 10px; width: 93%; padding-left: 16px; line-height: 25px;'>"+
-
 
164
			"<li>Saholic brings to you a solution to protect your smartphone data against theft, loss and other unfortunate incidents.</li>"+
-
 
165
			"<li>While buying your favourite mobile from Saholic, you can opt for 3 months free data backup and SIM-blocking service from OneAssist.</li>"+
-
 
166
			"<a target='_blank' href='/static/oneassist-terms' style='float: right; text-decoration: none;color:#006699';>Know More</a>"+
-
 
167
			"</ul>",
-
 
168
			onComplete: function(){
-
 
169
				trackEventWithGA('Widget', 'One assist know more is clicked', '');
-
 
170
			}
-
 
171
		});
-
 
172
	});
156
 
173
 
157
	$('.emiInfo').click(function(){
174
	$('.emiInfo').click(function(){
158
		jQuery.ajax({
175
		jQuery.ajax({
159
			type : "GET",
176
			type : "GET",
160
			url : "/emi-info",
177
			url : "/emi-info",