This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
OSInet
/
learning_jquery
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Permintaan Tarik
0
Pohon:
5af81e82e5
Ranting
Tag
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 7
/
listings
/
7.2.js
7.2.js
114 B
Riwayat
Mentahan
1
2
3
4
5
6
7
$(document).ready(function() {
$('#books').cycle({
timeout: 2000,
speed: 200,
pause: true
});
});