teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

aa

2021/01/13 02:33

投稿

erp
erp

スコア46

title CHANGED
File without changes
body CHANGED
@@ -10,7 +10,7 @@
10
10
  $('.cap--info .icon-come').text(come);
11
11
  }
12
12
 
13
- if(('.article').length) {
13
+ if($('.article').length) {
14
14
  $(this).each(function(){
15
15
  var asa = $(this).find('.snip').attr('href');
16
16
  var ab = $(this).find('.a-bubble');
@@ -72,7 +72,7 @@
72
72
  </div>
73
73
  </div>
74
74
  ```
75
- 記事(example-1.html)のHTNLです。
75
+ 記事(example-1.html)のHTMLです。
76
76
  ```html
77
77
  <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css" media="print" onload="this.media=\'all\'">
78
78