aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-09-02 19:19:22 +0200
committerGitHub <[email protected]>2017-09-02 19:19:22 +0200
commit8f7a8cf5a7e5993221a39c3fa83d6dbfb50dd29e (patch)
treeb27c2fde11ef4ccac7dd74c547d6d5bf0a33e642
parent4b9c2ea5a80b70b6738e86b91ca601246b6859fa (diff)
parent7a4285b4e7bcd42c7db8a54396b173bfefe815c4 (diff)
downloadbootstrap-8f7a8cf5a7e5993221a39c3fa83d6dbfb50dd29e.tar.xz
bootstrap-8f7a8cf5a7e5993221a39c3fa83d6dbfb50dd29e.zip
Merge pull request #23807 from vsn4ik/fix-migration-buttons-stateful-link
Fix migration button stateful link
-rw-r--r--docs/4.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index bfb75a08b..b7568bbe5 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -114,7 +114,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
- Renamed `.btn-default` to `.btn-secondary`.
- Dropped the `.btn-xs` class entirely as `.btn-sm` is proportionally much smaller than v3's.
-- The [stateful button](https://getbootstrap.com/javascript/#buttons-methods) feature of the `button.js` jQuery plugin has been dropped. This includes the `$().button(string)` and `$().button('reset')` methods. We advise using a tiny bit of custom JavaScript instead, which will have the benefit of behaving exactly the way you want it to.
+- The [stateful button]({{ site.baseurl }}/docs/3.3/javascript/#buttons-stateful) feature of the `button.js` jQuery plugin has been dropped. This includes the `$().button(string)` and `$().button('reset')` methods. We advise using a tiny bit of custom JavaScript instead, which will have the benefit of behaving exactly the way you want it to.
- Note that the other features of the plugin (button checkboxes, button radios, single-toggle buttons) have been retained in v4.
- Change buttons' `[disabled]` to `:disabled` as IE9+ supports `:disabled`. However `fieldset[disabled]` is still necessary because [native disabled fieldsets are still buggy in IE11](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset#Browser_compatibility).