diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 55009dee2..2249bbd70 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -10,7 +10,7 @@
Add data-loading-text="Loading..." to use a loading state on a button.
This feature is deprecated since v3.3.5 and will be removed in v4.
+This feature is deprecated since v3.3.5 and has been removed in v4.
For the sake of this demonstration, we are using data-loading-text and $().button('loading'), but that's not the only state you can use. See more on this below in the $().button(string) documentation.
This option is deprecated since v3.3.0 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.
+This option is deprecated since v3.3.0 and has been 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: