Merge branch 'task-on.com/faq' into 'master'

css и картинки для новых статических страниц



See merge request !9
parents 05e56114 df9b9161
......@@ -41,3 +41,4 @@ endif; ?>
<?php $this->registerCssFile('/css/new_responsive.css');?>
<?php $this->registerCssFile('/css/style_add_06.06.16.css');?>
<?php $this->registerJsFile('/js/add_06.06.16.js', ['position' => yii\web\View::POS_END]); ?>
/**
* Created by andre on 15.06.2016.
*/
$(".open_more_projects").on('click', function(){
$(this).addClass("active").parent().prevAll(".more_projects_shadow_box").removeClass("more_projects_shadow_box");
$(this).addClass("active").parent().prev(".more_projects_open_box").addClass("more_projects_shadow_box").slideDown("medium");
});
$(".btn_open_top_box").on('click', function(){
console.log("xxx");
$(this).toggleClass("active").parent().prev().addClass("active").slideToggle("medium");
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment