From a86e99ddfdc8cd03f5f32502b77f636039a9576e Mon Sep 17 00:00:00 2001 From: Веталь Date: Tue, 14 Jun 2016 16:54:33 +0300 Subject: [PATCH] Веталь --- frontend/views/catalog/products.php | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/frontend/views/catalog/products.php b/frontend/views/catalog/products.php index ff18139..1d0a703 100755 --- a/frontend/views/catalog/products.php +++ b/frontend/views/catalog/products.php @@ -34,6 +34,10 @@ $this->registerJsFile(Yii::getAlias('@web/js/ion.rangeSlider.js'),[ $(document).ready(function() { $( ".wrapper_all" ).append( $('.text_seo') ); + $('.read_more_seo').click(function () { + $('.text_seo').removeClass('hidden_seo') + $(this).remove() + }) // price rangeslider (filter price slider) $("#price_interval").ionRangeSlider({ type: "double", -- libgit2 0.21.4