質問編集履歴

2

修正しました

2018/11/06 06:01

投稿

SugiuraY
SugiuraY

スコア317

test CHANGED
File without changes
test CHANGED
@@ -1,12 +1,6 @@
1
1
  【実装したい処理】
2
2
 
3
3
  リロード(ページ更新)をクリックした瞬間からプログレスを表示させたいと考えております。
4
-
5
-
6
-
7
- 【作成サイト】
8
-
9
- [作成サイト](http://sunny.greater.jp/nikkei/nikkei.php)
10
4
 
11
5
 
12
6
 

1

コードを追記しました。

2018/11/06 06:01

投稿

SugiuraY
SugiuraY

スコア317

test CHANGED
File without changes
test CHANGED
@@ -32,4 +32,68 @@
32
32
 
33
33
 
34
34
 
35
+ ```html
36
+
37
+ <!DOCTYPE html>
38
+
39
+ <html lang="ja" dir="ltr">
40
+
41
+ <head>
42
+
43
+ <script
44
+
45
+ src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
46
+
47
+ </script>
48
+
49
+ <script
50
+
51
+ src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/pace.min.js"></script>
52
+
53
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pace/1.0.2/themes/black/pace-theme-center-circle.min.css" />
54
+
55
+ <meta charset="utf-8">
56
+
57
+ <link href='//fonts.googleapis.com/css?family=Roboto:400,700'
58
+
59
+ rel='stylesheet' type='text/css'>
60
+
61
+ <link href="css/tableexport.css" rel="stylesheet">
62
+
63
+ <title>VIA</title>
64
+
65
+ <style media="screen">
66
+
67
+ /*省略*/
68
+
69
+ </style>
70
+
71
+
72
+
73
+ </head>
74
+
75
+
76
+
77
+ <body class="wrap">
78
+
79
+ <table style="" id="nikkei">
80
+
81
+ <!--中略-->
82
+
83
+ </table>
84
+
85
+
86
+
87
+ </body>
88
+
89
+
90
+
91
+
92
+
93
+ </html>
94
+
95
+ ```
96
+
97
+
98
+
35
99
  よろしくお願い申し上げます。