Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
9 years ago
Commit
6e5c8b0b3d97c89df117cbd3b0269785488f7723
1 parent
9f4ab7a8
兼容990
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
web-static/js/common/accordion.js
web-static/js/common/accordion.js
View file @
6e5c8b0
...
...
@@ -5,8 +5,9 @@ var $contain = $('.slide-accordion');
var
$item
=
$contain
.
find
(
'li'
);
var
$width
=
$item
.
width
();
var
$spn
=
parseInt
(
$
(
'.home-page'
).
width
())
==
1150
?
(
120
+
5
)
:
(
102
+
5
);
var
$spn
=
parseInt
(
$
(
'.home-page'
).
width
())
===
1150
?
(
120
+
5
)
:
(
102
+
5
);
var
slide
;
function
switchfun
(
to
)
{
$item
.
each
(
function
(
index
)
{
if
(
index
<=
to
)
{
...
...
Please
register
or
login
to post a comment