質問編集履歴
1
aa
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)の
|
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
|
|