This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
OSInet
/
learning_jquery
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Drzewo:
a5570b3e57
Gałęzie
Tagi
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 2
/
listings
/
2.1.js
2.1.js
87 B
Historia
Czysty
1
2
3
$(document).ready(function() {
$('#selected-plays > li').addClass('horizontal');
});