回答編集履歴
1
edit
test
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
[Bootstrap4 - Modal#Methods](https://getbootstrap.com/docs/4.0/components/modal/#methods)
|
16
16
|
|
17
|
-
`$(target).modal('show')`
|
17
|
+
`$('#targetId').modal('show')`
|
18
18
|
|
19
19
|
|
20
20
|
|