Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wenjiekong
2016-09-01 12:38:34 +0800
Commit
fd22850f4325b8fadc282513df1906a80363fa9a
1 parent
398c55cd
添加自动播放方法(指定时间后,点击next)
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/common/center-slider.js
public/js/common/center-slider.js
View file @
fd22850
...
...
@@ -30,7 +30,7 @@
}
function
autoClickNext
(
dom
)
{
var
delaytime
=
delaytime
in
options
?
options
.
delaytime
:
var
delaytime
=
'delaytime'
in
options
?
options
.
delaytime
:
$
.
fn
.
slider2
.
defaults
.
delaytime
;
timer
=
setInterval
(
function
()
{
...
...
Please
register
or
login
to post a comment