Subversion Repositories SmartDukaan

Rev

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

Rev 27539 Rev 27756
Line 131... Line 131...
131
 
131
 
132
</section>
132
</section>
133
<script type="text/javascript">
133
<script type="text/javascript">
134
 
134
 
135
$(document).ready(function() {
135
$(document).ready(function() {
136
$(".brandWiseSearch")
136
$(document).on('click', ".brandWiseSearch",
137
		.live(
-
 
138
			'click',
-
 
139
			function() {
137
			function() {
140
	
138
	
141
    var brands = $('#brand').val();
139
    var brands = $('#brand').val();
142
    var category = $('#categoryName').val();
140
    var category = $('#categoryName').val();
143
    var warehouseId = $('#warehouse').val();
141
    var warehouseId = $('#warehouse').val();