質問編集履歴

2

インデント整形

2018/05/30 08:33

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -114,7 +114,7 @@
114
114
 
115
115
  +'</form></td><td><input type="checkbox" name="sample_check" value=""></td></tr>');
116
116
 
117
- }
117
+ }
118
118
 
119
119
  $('input[name="sample_check"]').click(function(){
120
120
 

1

インデント整形

2018/05/30 08:33

投稿

cofee
cofee

スコア44

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```html
10
10
 
11
- <td>
11
+ <td>
12
12
 
13
13
  <input type="button" value="処理" class="btn btn-primary btn-xs editmodal" data-toggle="modal" data-target="#Modal_{{$result->no}}_{{$result->code}}" >
14
14
 
@@ -68,7 +68,7 @@
68
68
 
69
69
  ```javascript
70
70
 
71
- $('#point td').remove();
71
+ $('#point td').remove();
72
72
 
73
73
  for(var i=0;i<json.length;i++){
74
74
 
@@ -116,7 +116,7 @@
116
116
 
117
117
  }
118
118
 
119
- $('input[name="sample_check"]').click(function(){
119
+ $('input[name="sample_check"]').click(function(){
120
120
 
121
121
  var id = $('input:hidden[name="id"]').val();
122
122