diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 9b8a709185..d5b1aee849 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -259,7 +259,9 @@ remote path false -

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. 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:

+ +

This option is deprecated since v3.2.1 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

+

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. 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:

{% highlight html %} Click me {% endhighlight %} @@ -320,7 +322,7 @@ $('#myModal').modal({ loaded.bs.modal - This event is fired when the modal has loaded content using the remote option. + This event is fired when the modal has loaded content using the remote option.