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
Branche:
ch2
Branches
Tags
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 2
/
listings
/
2.1.js
2.1.js
87 B
Lien permanent
Historique
Raw
1
2
3
$(document).ready(function() {
$('#selected-plays > li').addClass('horizontal');
});