Subversion Repositories SmartDukaan

Rev

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

Rev 6111 Rev 6115
Line 31... Line 31...
31
	
31
	
32
	$('#confirm-button').click(function(){
32
	$('#confirm-button').click(function(){
33
		trackEventWithGA('Recharge', 'Confirm', '');
33
		trackEventWithGA('Recharge', 'Confirm', '');
34
		$('#rechargeDetailsForm').submit();
34
		$('#rechargeDetailsForm').submit();
35
	});
35
	});
36
	$('#coupons-submit-button').click(function() {
36
	$('#pay-now-button').click(function() {
37
		$('#create-recharge-form').submit();
37
		$('#create-recharge-form').submit();
38
	});
38
	});
39
	
39
	
40
	$.validator.addMethod("rangeamount", function(value,element){	
40
	$.validator.addMethod("rangeamount", function(value,element){	
41
		return value >= 10 && value <= 1000;
41
		return value >= 10 && value <= 1000;