This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
OSInet
/
learning_jquery
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Ramo:
ch4
Ramos
Etiquetas
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 2
/
listings
/
2.1.js
2.1.js
87 B
Link permanente
Histórico
Em bruto
1
2
3
$(document).ready(function() {
$('#selected-plays > li').addClass('horizontal');
});