Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
landing_pages
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex
landing_pages
Commits
af781708
Commit
af781708
authored
Feb 06, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add script for oll window
parent
e768cfb3
Pipeline
#3761
failed with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
31 deletions
+26
-31
styles.less
css/styles.less
+9
-0
index.html
index.html
+17
-31
No files found.
css/styles.less
View file @
af781708
...
...
@@ -2705,6 +2705,7 @@ footer {
position: absolute;
display: none;
}
/*
.yyy {
width: 12px;
height: 12px;
...
...
@@ -2716,5 +2717,12 @@ footer {
}
$('#btn-fourth-fourth').click(function(event) {
$('#btn-one-first').toggleClass('yyy');
});
$('#btn-fourth-fourth').click(function(event) {
$('#btn-one-fourth').toggleClass('mobile-point');
});
*/
\ No newline at end of file
index.html
View file @
af781708
...
...
@@ -2129,13 +2129,13 @@
</div>
</div>
<div
class=
"mobile-point-wrapper"
>
<div
id=
"btn-one-first"
class=
"mobile-point"
>
<div
id=
"btn-one-first"
class=
"mobile-point
-active
"
>
</div>
<div
id=
"btn-one-too"
class=
"mobile-point"
>
</div>
<div
id=
"btn-one-third"
class=
"mobile-point"
>
</div>
<div
id=
"btn-one-fourth"
class=
"mobile-point
-active
"
>
<div
id=
"btn-one-fourth"
class=
"mobile-point"
>
</div>
</div>
</div>
...
...
@@ -2244,11 +2244,11 @@
<div
class=
"mobile-point-wrapper"
>
<div
id=
"btn-too-first"
class=
"mobile-point"
>
</div>
<div
id=
"btn-too-too"
class=
"mobile-point"
>
<div
id=
"btn-too-too"
class=
"mobile-point
-active
"
>
</div>
<div
id=
"btn-too-third"
class=
"mobile-point"
>
</div>
<div
id=
"btn-too-fourth"
class=
"mobile-point
-active
"
>
<div
id=
"btn-too-fourth"
class=
"mobile-point"
>
</div>
</div>
</div>
...
...
@@ -2359,9 +2359,9 @@
</div>
<div
id=
"btn-third-too"
class=
"mobile-point"
>
</div>
<div
id=
"btn-third-third"
class=
"mobile-point"
>
<div
id=
"btn-third-third"
class=
"mobile-point
-active
"
>
</div>
<div
id=
"btn-third-fourth"
class=
"mobile-point
-active
"
>
<div
id=
"btn-third-fourth"
class=
"mobile-point"
>
</div>
</div>
</div>
...
...
@@ -2564,14 +2564,6 @@
$
(
'#window-little-four'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-fourth-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-one-first'
).
toggleClass
(
'yyy'
);
});
$
(
'#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'
);
...
...
@@ -2580,13 +2572,6 @@
$
(
'#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'
);
...
...
@@ -2595,25 +2580,27 @@
$
(
'#window-little-too'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-too-too'
).
click
(
function
(
event
)
{
$
(
'#btn-third-third'
).
toggleClass
(
'yyy'
);
$
(
'#btn-third-third'
).
click
(
function
(
event
)
{
$
(
'#window-little-four'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-too-too
'
).
click
(
function
(
event
)
{
$
(
'#btn-third-fourth'
).
toggleClass
(
'mobile-point
'
);
$
(
'#btn-third-third
'
).
click
(
function
(
event
)
{
$
(
'#window-little-third'
).
toggleClass
(
'price-mobile-window-none
'
);
});
</script>
</body>
</html>
<!--$('#header-img-navicon').click(function(event) {
$('#cat').removeClass('page-header__burger--active');
});-->
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment