This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
OSInet
/
learning_jquery
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Árbol:
415d4f42c3
Ramas
Etiquetas
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 1
/
listings
/
1.2.js
1.2.js
81 B
Histórico
Raw
1
2
3
$(document).ready(function() {
$('div.poem-stanza').addClass('highlight');
});