diff options
| author | Herst <[email protected]> | 2017-08-25 14:01:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-25 14:01:34 +0200 |
| commit | 0fdbaaf8853b266f75777cf84295b1bfdedd8a8a (patch) | |
| tree | b936b438427810dc2df7ab667e4a4fca37361d0d /docs | |
| parent | 5a90b4aa3e102e387839a39fbf0ab1444eebbc76 (diff) | |
| download | bootstrap-0fdbaaf8853b266f75777cf84295b1bfdedd8a8a.tar.xz bootstrap-0fdbaaf8853b266f75777cf84295b1bfdedd8a8a.zip | |
Remove speculations about jQuery 3
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/content/reboot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md index 63a576c6f..6fa38a381 100644 --- a/docs/4.0/content/reboot.md +++ b/docs/4.0/content/reboot.md @@ -339,7 +339,7 @@ HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.o {% callout warning %} #### jQuery incompatibility -`[hidden]` is not compatible with jQuery's `$(...).hide()` and `$(...).show()` methods. This could potentially change in jQuery 3, but we're not holding our breath. Therefore, we don't currently especially endorse `[hidden]` over other techniques for managing the `display` of elements. +`[hidden]` is not compatible with jQuery's `$(...).hide()` and `$(...).show()` methods. Therefore, we don't currently especially endorse `[hidden]` over other techniques for managing the `display` of elements. {% endcallout %} To merely toggle the visibility of an element, meaning its `display` is not modified and the element can still affect the flow of the document, use [the `.invisible` class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/visibility/) instead. |
