Commit e768cfb3 by Iren

add script for # window-too

parent 70059c90
Pipeline #3760 canceled with stage
......@@ -2390,7 +2390,7 @@ p.price-user-part {
margin-top: 30px;
}
}
.mobile-point-active {
. mobile-point-active{
width: 12px;
height: 12px;
margin-left: 23px;
......
......@@ -2474,7 +2474,7 @@
</div>
<div id="btn-third" class="mobile-point">
</div>
<div id="btn-fourth" class="mobile-point-active">
<div id="btn-fourth-fourth" class="mobile-point-active">
</div>
</div>
</div>
......@@ -2556,24 +2556,54 @@
$('#cat').toggleClass('page-header__burger--active');
});
$('#btn-fourth').click(function(event) {
$('#btn-fourth-fourth').click(function(event) {
$('#window-little-one').toggleClass('price-mobile-window-none');
});
$('#btn-fourth').click(function(event) {
$('#btn-fourth-fourth').click(function(event) {
$('#window-little-four').toggleClass('price-mobile-window-none');
});
$('#btn-fourth').click(function(event) {
$('#btn-fourth-fourth').click(function(event) {
$('#btn-one-first').toggleClass('yyy');
});
$('#btn-fourth').click(function(event) {
$('#btn-one-fourth').toggleClass('mobile-point-active');
});
$('#btn-fourth').click(function(event) {
$('#btn-fourth-fourth').click(function(event) {
$('#btn-one-fourth').toggleClass('mobile-point');
});
$('#btn-one-first').click(function(event) {
$('#window-little-too').toggleClass('price-mobile-window-none');
});
$('#btn-one-first').click(function(event) {
$('#window-little-one').toggleClass('price-mobile-window-none');
});
$('#btn-one-first').click(function(event) {
$('#btn-too-too').toggleClass('yyy');
});
$('#btn-one-first').click(function(event) {
$('#btn-too-fourth').toggleClass('mobile-point');
});
$('#btn-too-too').click(function(event) {
$('#window-little-third').toggleClass('price-mobile-window-none');
});
$('#btn-too-too').click(function(event) {
$('#window-little-too').toggleClass('price-mobile-window-none');
});
$('#btn-too-too').click(function(event) {
$('#btn-third-third').toggleClass('yyy');
});
$('#btn-too-too').click(function(event) {
$('#btn-third-fourth').toggleClass('mobile-point');
});
</script>
......
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