This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
OSInet
/
learning_jquery
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
ブランチ:
ch2
ブランチ
タグ
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 2
/
listings
/
2.1.js
2.1.js
87 B
パーマリンク
履歴
Raw
1
2
3
$(document).ready(function() {
$('#selected-plays > li').addClass('horizontal');
});