Subversion Repositories SmartDukaan

Rev

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

Rev 27676 Rev 27756
Line 164... Line 164...
164
 
164
 
165
});
165
});
166
 
166
 
167
 
167
 
168
$(document).ready(function() {
168
$(document).ready(function() {
169
$("#warehouse-partner-brand-sale")
169
$(document).on('click', "#warehouse-partner-brand-sale",
170
		.live(
-
 
171
			'click',
-
 
172
			function() {
170
			function() {
173
		var brand = $('#brands').val();
171
		var brand = $('#brands').val();
174
          doGetAjaxRequestHandler(context + "/getWarehouseWiseBrandPartnerSale?brand="+brand,
172
          doGetAjaxRequestHandler(context + "/getWarehouseWiseBrandPartnerSale?brand="+brand,
175
			function(response) {
173
			function(response) {
176
				$('#' + "main-content").html(response);
174
				$('#' + "main-content").html(response);