質問編集履歴

1

質問内容の修正

2019/04/24 08:56

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```
10
10
 
11
- $('[id$=<%= params[:id] %>).html('<%= escape_javascript(render geo_table, formats: :html) %>');
11
+ $('[id$=<%= params[:id] %>]').html('<%= escape_javascript(render geo_table, formats: :html) %>');
12
12
 
13
13
  ```
14
14
 
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```
24
24
 
25
- $('[id$=<%= params[:id] %>).html('<%= escape_javascript('test') %>');
25
+ $('[id$=<%= params[:id] %>]').html('<%= escape_javascript('test') %>');
26
26
 
27
27
  ```
28
28