Subversion Repositories SmartDukaan

Rev

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

Rev 23528 Rev 23547
Line 68... Line 68...
68
		var pre = end - 20;
68
		var pre = end - 20;
69
		getRechargesPreviousItems("DTH", start, end, pre);
69
		getRechargesPreviousItems("DTH", start, end, pre);
70
		$("#dth-recharges-paginated .previous").blur();
70
		$("#dth-recharges-paginated .previous").blur();
71
    });
71
    });
72
	
72
	
73
	$(".mobile-recharge-details").live('click',function(){
-
 
74
		var rechargeTransactionId = $(this).attr('data');
-
 
75
		console.log("rechargeTransactionId = "+rechargeTransactionId);
-
 
76
		loadRechargeDetails("mobile-recharge-details-container", rechargeTransactionId);
-
 
77
	});
-
 
78
	
-
 
79
	$(".dth-recharge-details").live('click',function(){
-
 
80
		var rechargeTransactionId = $(this).attr('data');
-
 
81
		console.log("rechargeTransactionId = "+rechargeTransactionId);
-
 
82
		loadRechargeDetails("dth-recharge-details-container", rechargeTransactionId);
-
 
83
	});
-
 
84
	
-
 
85
	$(".mobile-recharge-check-status").live('click',function(){
73
	$(".mobile-recharge-check-status").live('click',function(){
86
		console.log("mobile-recharge-check-status clicked");
74
		console.log("mobile-recharge-check-status clicked");
87
		var requestId = $(this).attr('data');
75
		var requestId = $(this).attr('data');
88
		console.log("request id : "+requestId);
76
		console.log("request id : "+requestId);
89
		var start = $( "#mobile-recharges-paginated .start" ).text();
77
		var start = $( "#mobile-recharges-paginated .start" ).text();