回答編集履歴

1

情報の追加。

2017/01/22 08:08

投稿

kei344
kei344

スコア69407

test CHANGED
@@ -23,3 +23,27 @@
23
23
  // 未テスト
24
24
 
25
25
  ```
26
+
27
+
28
+
29
+
30
+
31
+ 【querySelectorAll()メソッド(CSS セレクタの書式で指定された要素ノード配列取得) - DOM リファレンス】
32
+
33
+ [https://www.marguerite.jp/Nihongo/WWW/RefDOM/querySelectorAll.html](https://www.marguerite.jp/Nihongo/WWW/RefDOM/querySelectorAll.html)
34
+
35
+
36
+
37
+ 【属性セレクタ (E[foo^="bar"])|セレクタ|CSS HappyLife ZERO】
38
+
39
+ [http://zero.css-happylife.com/selectors/attribute_selectors_05.shtml](http://zero.css-happylife.com/selectors/attribute_selectors_05.shtml)
40
+
41
+
42
+
43
+ 【parseFloat() - JavaScript | MDN】
44
+
45
+ [https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/parseFloat](https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/parseFloat)
46
+
47
+
48
+
49
+