This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
OSInet
/
learning_jquery
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Koks:
45312ddf1d
Atzari
Tagi
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 7
/
07.js
07.js
115 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
$(document).ready(function () {
$('#books').cycle({
timeout: 2000,
speed: 200,
pause: true
});
});