Subversion Repositories SmartDukaan

Rev

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

Rev 26520 Rev 27754
Line 1... Line 1...
1
$(function() {
1
$(function() {
2
 
2
 
3
	$(".wallet-edit").live('click', function() {
3
	$(document).on('click', ".wallet-edit", function() {
4
		loadManualPayment("main-content");
4
		loadManualPayment("main-content");
5
	});
5
	});
6
 
6
 
7
	$(".referenceSearch").live(
7
	$(".referenceSearch").live(
8
			'click',
8
			'click',
Line 33... Line 33...
33
 
33
 
34
				
34
				
35
 
35
 
36
			});
36
			});
37
	
37
	
38
	$(".fetchTransactions").live('click', function() {
38
	$(document).on('click', ".fetchTransactions", function() {
39
		var type = $('#reference-type option:selected').html();
39
		var type = $('#reference-type option:selected').html();
40
		if($('#reference-type option:selected').val()=="") {
40
		if($('#reference-type option:selected').val()=="") {
41
			type = "";
41
			type = "";
42
		}
42
		}
43
				doGetAjaxRequestHandler(context
43
				doGetAjaxRequestHandler(context