Commit a86e99ddfdc8cd03f5f32502b77f636039a9576e
1 parent
2bcb7bf4
Веталь
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/views/catalog/products.php
... | ... | @@ -34,6 +34,10 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ |
34 | 34 | <?php if ($priceLimits['min'] < $priceLimits['max']) :?> |
35 | 35 | $(document).ready(function() { |
36 | 36 | $( ".wrapper_all" ).append( $('.text_seo') ); |
37 | + $('.read_more_seo').click(function () { | |
38 | + $('.text_seo').removeClass('hidden_seo') | |
39 | + $(this).remove() | |
40 | + }) | |
37 | 41 | // price rangeslider (filter price slider) |
38 | 42 | $("#price_interval").ionRangeSlider({ |
39 | 43 | type: "double", | ... | ... |