This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
OSInet
/
learning_jquery
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Ramo (Branch):
master
Rami (Branch)
Tag
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 1
/
listings
/
1.2.js
1.2.js
81 B
Permalink
Cronologia
Originale
1
2
3
$(document).ready(function() {
$('div.poem-stanza').addClass('highlight');
});