aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-20 09:43:00 +0300
committerGitHub <[email protected]>2017-10-20 09:43:00 +0300
commite79b2354d6d1c7dc0c3944b224f1d588e6073b09 (patch)
tree2e2e871201b341d2852fd9a728827cacf23886d2 /docs
parent34a1e454007a4071f97917b2f13d8a467fe421ab (diff)
parentb3babbfc262c93f08e8a50176763b66973f67f7b (diff)
downloadbootstrap-e79b2354d6d1c7dc0c3944b224f1d588e6073b09.tar.xz
bootstrap-e79b2354d6d1c7dc0c3944b224f1d588e6073b09.zip
Merge branch 'v4-dev' into input-group-custom-forms
Diffstat (limited to 'docs')
-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 e5a4c6130..c8c1fd6b4 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -130,7 +130,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]({{ 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.
+- The [stateful button]({{ site.url }}/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).