We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe368f commit d36019cCopy full SHA for d36019c
book.json
@@ -1,5 +1,5 @@
1
{
2
"plugins": [
3
- "include-highlight"
+ "include-codeblock"
4
]
5
}
ja/jQuery/README.md
@@ -4,7 +4,7 @@ jQueryでは`$.fn`を拡張する事で、`$()`の返り値であるjQueryオブ
次の`greenify`プラグインでは、`$(document.body).greenify();`というメソッド呼び出しが可能になります。
6
7
-!CODEFILE "../../src/jQuery/greenify.js"
+[import, greenify.js](../../src/jQuery/greenify.js)
8
9
実際に利用するためには、`jquery.js`を読み込んだ後に`greenify.js`を読み込ませる必要があります。
10
0 commit comments