Subversion Repositories SmartDukaan

Rev

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

Rev 27609 Rev 27642
Line 94... Line 94...
94
		doGetAjaxRequestHandler(context + "/getOpenLead?leadStatus=" + status, function(response) {
94
		doGetAjaxRequestHandler(context + "/getOpenLead?leadStatus=" + status, function(response) {
95
			$('#' + 'main-content').html(response);
95
			$('#' + 'main-content').html(response);
96
		});
96
		});
97
	});
97
	});
98
 
98
 
-
 
99
 
-
 
100
	$(".show-colowise-lead").live('click', function() {
-
 
101
		var status = $("#statusFilter").val();
-
 
102
		var color = $("#colorFilter").val();
-
 
103
		doGetAjaxRequestHandler(context + "/getOpenLead?leadStatus=" + status + "&color="  + color, function(response) {
-
 
104
			$('#' + 'main-content').html(response);
-
 
105
		});
-
 
106
	});
-
 
107
 
-
 
108
 
99
	$(".lead-request").live(
109
	$(".lead-request").live(
100
		'click',
110
		'click',
101
		function() {
111
		function() {
102
 
112
 
103
			var firstName = $('input[name="firstName"]').val();
113
			var firstName = $('input[name="firstName"]').val();