diff --git a/javascript.html b/javascript.html index c330a47921..b345ca14bc 100644 --- a/javascript.html +++ b/javascript.html @@ -344,7 +344,7 @@ $('#myModal').on('show.bs.modal', function (e) {
If a remote URL is provided, content will be loaded via jQuery's load
method and injected into the root of the modal element. If you're using the data-api, you may alternatively use the href
attribute to specify the remote source. An example of this is shown below:
If a remote URL is provided, content will be loaded one time via jQuery's load
method and injected into the root of the modal element. If you're using the data-api, you may alternatively use the href
attribute to specify the remote source. An example of this is shown below: