Subversion Repositories SmartDukaan

Rev

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

Rev 6103 Rev 6106
Line 17... Line 17...
17
		, function(){
17
		, function(){
18
		$('#dth-image').attr('src', 'images/dth.png');
18
		$('#dth-image').attr('src', 'images/dth.png');
19
	});
19
	});
20
	*/
20
	*/
21
	$('#dth-image').click(function(){
21
	$('#dth-image').click(function(){
-
 
22
		trackEventWithGA('Recharge', 'Recharge Type', 'DTH');
22
		$('#serviceType').val('2');
23
		$('#serviceType').val('2');
23
		$('#serviceSelectForm').submit();
24
		$('#serviceSelectForm').submit();
24
	});
25
	});
25
	$('#phone-image').click(function(){
26
	$('#phone-image').click(function(){
-
 
27
		trackEventWithGA('Recharge', 'Recharge Type', 'Mobile');
26
		$('#serviceType').val('1');
28
		$('#serviceType').val('1');
27
		$('#serviceSelectForm').submit();
29
		$('#serviceSelectForm').submit();
28
	});
30
	});
29
	
31
	
30
	$('#confirm-button').click(function(){
32
	$('#confirm-button').click(function(){
-
 
33
		trackEventWithGA('Recharge', 'Confirm', '');
31
		$('#rechargeDetailsForm').submit();
34
		$('#rechargeDetailsForm').submit();
32
	});
35
	});
33
	$('#coupons-submit-button').click(function() {
36
	$('#coupons-submit-button').click(function() {
34
		$('#create-recharge-form').submit();
37
		$('#create-recharge-form').submit();
35
	});
38
	});