This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
OSInet
/
learning_jquery
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Tree:
093c6c82c2
Branches
Tags
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 1
/
complete.js
complete.js
81 B
Histórico
Raw
1
2
3
$(document).ready(function() {
$('div.poem-stanza').addClass('highlight');
});