Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
bdideal
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
38e8525c
authored
Mar 22, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nav toggle
parent
2cd6de55
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
74 additions
and
3 deletions
+74
-3
html/about.html
+7
-0
html/dynamic.html
+7
-0
html/dynamicDetail.html
+7
-0
html/index.html
+9
-0
html/productDetail.html
+7
-0
html/products.html
+7
-1
html/products2.html
+7
-0
html/recruit.html
+7
-1
html/solution.html
+7
-0
js/tools.js
+9
-1
No files found.
html/about.html
View file @
38e8525c
...
...
@@ -266,6 +266,13 @@
</body>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
var
mySwiper
=
new
Swiper
(
'.swiper-container'
,
{
direction
:
'horizontal'
// 垂直切换选项
// loop: true, // 循环模式选项
...
...
html/dynamic.html
View file @
38e8525c
...
...
@@ -205,6 +205,13 @@
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
var
input
=
$
(
".search input"
);
var
button
=
$
(
".search .button"
);
var
searchValue
=
""
...
...
html/dynamicDetail.html
View file @
38e8525c
...
...
@@ -223,6 +223,13 @@
</body>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
ideal
.
getDetail
().
done
(
function
(
res
)
{
console
.
log
(
JSON
.
parse
(
res
))
var
result
=
JSON
.
parse
(
res
).
data
...
...
html/index.html
View file @
38e8525c
...
...
@@ -398,6 +398,15 @@
</body>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
// $('#nav-products .dropdown-menu').slideDown().show();
})
var
sliceNum
=
6
;
// 展示数量
var
sliceNum2
=
4
;
// 展示数量
var
active2
=
$
(
'.views-content .one'
);
...
...
html/productDetail.html
View file @
38e8525c
...
...
@@ -194,6 +194,13 @@
</body>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
ideal
.
getDetail
().
done
(
function
(
res
){
console
.
log
(
JSON
.
parse
(
res
))
var
result
=
JSON
.
parse
(
res
).
data
...
...
html/products.html
View file @
38e8525c
...
...
@@ -426,7 +426,13 @@
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
$
(
'.earth .left-btn'
).
mouseenter
(
function
()
{
$
(
'.earth .earth-bg'
).
attr
(
'src'
,
'../img/earth1.png'
);
...
...
html/products2.html
View file @
38e8525c
...
...
@@ -263,6 +263,13 @@
</body>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
$
(
'.earth .left-btn'
).
mouseenter
(
function
()
{
$
(
'.earth .earth-bg'
).
attr
(
'src'
,
'../img/earth5.png'
);
...
...
html/recruit.html
View file @
38e8525c
...
...
@@ -348,7 +348,13 @@
</body>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
var
$container
=
$
(
'#masonry'
);
// $container.masonry({
// itemSelector: '.detail',
...
...
html/solution.html
View file @
38e8525c
...
...
@@ -199,6 +199,13 @@
</body>
<script>
$
(
document
).
ready
(
function
()
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
if
(
navigator
.
appName
==
"Microsoft Internet Explorer"
&&
navigator
.
appVersion
.
split
(
";"
)[
1
].
replace
(
/
[
]
/g
,
""
)
==
"MSIE9.0"
)
{
function
createSlider
(
swiper
,
data
)
{
...
...
js/tools.js
View file @
38e8525c
...
...
@@ -25,7 +25,15 @@ Date.prototype.Format = function(fmt) {
this
.
ideal
=
this
.
ideal
||
{};
(
function
(
window
)
{
window
.
onload
=
function
(
param
)
{
$
(
'#nav-products>a'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
'#nav-products .dropdown-menu'
).
toggle
(
function
()
{
},
function
()
{
})
})
}
function
GetRequest
(
key
)
{
var
url
=
location
.
search
;
//获取url中"?"符后的字串
var
theRequest
=
new
Object
();
...
...
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