multi btn ok dis remove.Review by:@xuqi
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -191,7 +191,7 @@ $('.multi-select-cancel').click(function() { | @@ -191,7 +191,7 @@ $('.multi-select-cancel').click(function() { | ||
191 | $('.check-container').on('click', '.attr', function() { | 191 | $('.check-container').on('click', '.attr', function() { |
192 | var $this = $(this), | 192 | var $this = $(this), |
193 | $check = $this.find('.checkbox'), | 193 | $check = $this.find('.checkbox'), |
194 | - $btnOk = $this.parent('.check-container').next('.btns').find('.multi-select-ok'); | 194 | + $btnOk = $this.closest('.brand-panel, .senior-sub').find('.multi-select-ok'); |
195 | 195 | ||
196 | $check.toggleClass('checked'); | 196 | $check.toggleClass('checked'); |
197 | 197 |
-
Please register or login to post a comment