This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
OSInet
/
learning_jquery
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Aborescence:
093c6c82c2
Branches
Tags
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 1
/
complete.js
complete.js
81 B
Historique
Raw
1
2
3
$(document).ready(function() {
$('div.poem-stanza').addClass('highlight');
});