Skip to content

Commit 83c3074

Browse files
committed
[docs] remove mention of JQuery dependency for IE8
Since IE8 it's not the focus anymore and we will drop support for it with Bootstrap 4
1 parent 1463e98 commit 83c3074

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/src/GettingStartedPage.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ $ bower install react-bootstrap`
107107

108108
<p>React requires <a href="http://facebook.github.io/react/docs/working-with-the-browser.html#browser-support-and-polyfills">polyfills for non-ES5 capable browsers.</a></p>
109109

110-
<p><a href="http://jquery.com">jQuery</a> is currently required only for IE8 support for components which require reading element positions from the DOM: <code>Popover</code> and <code>Tooltip</code> when launched with <code>OverlayTrigger</code>. We would like to remove this dependency in future versions but for now, including the following snippet in your page should have you covered:</p>
111-
112110
<div className="highlight">
113111
<CodeExample
114112
mode="htmlmixed"
@@ -123,7 +121,6 @@ $ bower install react-bootstrap`
123121
</script>
124122
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
125123
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script>
126-
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
127124
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js"></script>
128125
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js"></script>
129126
<![endif]-->`

0 commit comments

Comments
 (0)