From: Johann-S Date: Tue, 19 Feb 2019 13:16:20 +0000 (+0200) Subject: Add information about IE 11 compatibility. X-Git-Tag: v5.0.0-alpha1~1265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da5b9f76a05feae2663316247937aabda91d487;p=thirdparty%2Fbootstrap.git Add information about IE 11 compatibility. --- 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 %}