Subversion Repositories SmartDukaan

Rev

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

Rev 27594 Rev 27756
Line 157... Line 157...
157
 
157
 
158
});
158
});
159
 
159
 
160
 
160
 
161
$(document).ready(function() {
161
$(document).ready(function() {
162
$("#warehouse-partner-brand-sale")
162
$(document).on('click', "#warehouse-partner-brand-sale",
163
		.live(
-
 
164
			'click',
-
 
165
			function() {
163
			function() {
166
		var brand = $('#brands').val();
164
		var brand = $('#brands').val();
167
          doGetAjaxRequestHandler(context + "/getWarehouseWiseAccesoriesBrandPartnerSale?brand="+brand,
165
          doGetAjaxRequestHandler(context + "/getWarehouseWiseAccesoriesBrandPartnerSale?brand="+brand,
168
			function(response) {
166
			function(response) {
169
				$('#' + "main-content").html(response);
167
				$('#' + "main-content").html(response);