質問編集履歴

3

JQueryをHttp経由で取得するように修正

2019/03/01 08:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -46,9 +46,7 @@
46
46
 
47
47
  <!-- jQuery読み込み -->
48
48
 
49
- <script src="js/jquery.min.js"></script>
49
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
50
-
51
- <script src="js/input_number_only.js"></script>
52
50
 
53
51
  <!-- BootstrapのJS読み込み -->
54
52
 

2

サンプルソースコードのみで動作するように修正

2019/03/01 08:46

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -53,8 +53,6 @@
53
53
  <!-- BootstrapのJS読み込み -->
54
54
 
55
55
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
56
-
57
- <link href="css/common.css" rel="stylesheet">
58
56
 
59
57
  </head>
60
58
 

1

ソースコードを修正

2019/03/01 07:58

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  <!-- BootstrapのCSS読み込み -->
44
44
 
45
- <link href="css/bootstrap.min.css" rel="stylesheet">
45
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
46
46
 
47
47
  <!-- jQuery読み込み -->
48
48
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  <!-- BootstrapのJS読み込み -->
54
54
 
55
- <script src="js/bootstrap.min.js"></script>
55
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
56
56
 
57
57
  <link href="css/common.css" rel="stylesheet">
58
58
 
@@ -66,11 +66,11 @@
66
66
 
67
67
  <div class="modal-dialog modal-lg modal-dialog-centered">
68
68
 
69
- <div class="modal-content" style="width: 1250px; margin-left: -100px;">
69
+ <div class="modal-content" style="width: 1500px!important; margin-left: -300px;">
70
70
 
71
71
  <div class="modal-header">
72
72
 
73
- <table width="1200px">
73
+ <table width="1400px">
74
74
 
75
75
  <tr>
76
76
 
@@ -88,7 +88,7 @@
88
88
 
89
89
  <div class="modal-body">
90
90
 
91
- <table width="1200px">
91
+ <table width="1400px">
92
92
 
93
93
  <tr>
94
94
 
@@ -120,7 +120,7 @@
120
120
 
121
121
  <div class="modal-footer">
122
122
 
123
- <table width="1200px">
123
+ <table width="1400px">
124
124
 
125
125
  <tr>
126
126
 
@@ -142,7 +142,7 @@
142
142
 
143
143
  </div><!-- /.modal -->
144
144
 
145
- <table width="1200px">
145
+ <table width="1000px">
146
146
 
147
147
  <tr>
148
148