This website works better with JavaScript
首頁
探索
說明
登入
OSInet
/
learning_jquery
關註
2
讚好
0
複刻
0
Files
問題管理
0
合併請求
0
目錄樹:
415d4f42c3
分支列表
標籤列表
ch1
ch2
ch3
ch4
ch5
ch6
ch7
master
learning_jquery
/
Chapter 1
/
listings
/
1.2.js
1.2.js
81 B
文件歷史
原始文件
1
2
3
$(document).ready(function() {
$('div.poem-stanza').addClass('highlight');
});