This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
OSInet
/
learning_jquery
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Strom:
415d4f42c3
Větve
Značky
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 1
/
listings
/
1.2.js
1.2.js
81 B
Historie
Surový
1
2
3
$(document).ready(function() {
$('div.poem-stanza').addClass('highlight');
});