This website works better with JavaScript
홈
탐색
도움말
로그인
OSInet
/
learning_jquery
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
트리:
5af81e82e5
브랜치
태그
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 7
/
listings
/
7.2.js
7.2.js
114 B
히스토리
Raw
1
2
3
4
5
6
7
$(document).ready(function() {
$('#books').cycle({
timeout: 2000,
speed: 200,
pause: true
});
});