This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
OSInet
/
learning_jquery
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Rama:
ch7
Ramas
Etiquetas
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 7
/
listings
/
7.2.js
7.2.js
114 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
$(
document
).ready(
function
(
)
{
$(
'#books'
).cycle({
timeout
:
2000
,
speed
:
200
,
pause
:
true
});
});