From 1da5b9f76a05feae2663316247937aabda91d487 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Tue, 19 Feb 2019 15:16:20 +0200 Subject: Add information about IE 11 compatibility. --- site/docs/4.3/getting-started/javascript.md | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'site/docs/4.3') diff --git a/site/docs/4.3/getting-started/javascript.md b/site/docs/4.3/getting-started/javascript.md index a509bd4826..ebe3842bea 100644 --- a/site/docs/4.3/getting-started/javascript.md +++ b/site/docs/4.3/getting-started/javascript.md @@ -209,3 +209,40 @@ $('#yourTooltip').tooltip({ } }) {% endhighlight %} + +## 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 %} + + + +{% endhighlight %} -- cgit v1.2.3