From dffe600b1c0c4199b452eb73211acdf1d9460fd3 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 9 Mar 2020 14:52:53 +0200 Subject: [PATCH] Revert "Revert "Add information about IE 11 compatibility."" This reverts commit bcf76ef5f0d6305bb8aa7a83ae7fdc45256f7f08. --- .../docs/4.3/getting-started/javascript.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/site/content/docs/4.3/getting-started/javascript.md b/site/content/docs/4.3/getting-started/javascript.md index 3c5eecf360..f02ea5bc7b 100644 --- a/site/content/docs/4.3/getting-started/javascript.md +++ b/site/content/docs/4.3/getting-started/javascript.md @@ -227,3 +227,40 @@ var tooltip = new bootstrap.Tooltip(yourTooltipEl, { } }) {{< /highlight >}} + +## Compatibility with IE 11 + +Bootstrap v5 isn't designed to work with Internet Explorer 11, but you can add the following polyfills to make it work: + +{{< highlight html >}} + + + +{{< /highlight >}}