This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
OSInet
/
learning_jquery
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Ağaç:
5af81e82e5
Dallar
Biçim İmleri
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 7
/
listings
/
7.2.js
7.2.js
114 B
Geçmiş
Ham
1
2
3
4
5
6
7
$(document).ready(function() {
$('#books').cycle({
timeout: 2000,
speed: 200,
pause: true
});
});