diff options
| author | XhmikosR <[email protected]> | 2019-08-04 13:30:29 +0300 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-08-04 13:22:47 +0200 |
| commit | d2b79d97e71ed4e2a33671d561e1214d09a8a4db (patch) | |
| tree | 78a655f6d8a3cc5ff4d8910fc5b09a41f5c0dfe3 /site/content/docs/4.3 | |
| parent | 83058fb34c7f0f3ea8855cbf510d6da22280b4d3 (diff) | |
| download | bootstrap-d2b79d97e71ed4e2a33671d561e1214d09a8a4db.tar.xz bootstrap-d2b79d97e71ed4e2a33671d561e1214d09a8a4db.zip | |
Update javascript.md
Diffstat (limited to 'site/content/docs/4.3')
| -rw-r--r-- | site/content/docs/4.3/getting-started/javascript.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/getting-started/javascript.md b/site/content/docs/4.3/getting-started/javascript.md index a6fd3d92d..bde5fff75 100644 --- a/site/content/docs/4.3/getting-started/javascript.md +++ b/site/content/docs/4.3/getting-started/javascript.md @@ -37,9 +37,9 @@ Some plugins and CSS components depend on other plugins. If you include plugins Our dropdowns, popovers and tooltips also depend on [Popper.js](https://popper.js.org/). -## Still wanting to use jQuery? It's possible! +## Still want to use jQuery? It's possible! -Bootstrap 5 is designed to be used without jQuery, but it's still possible to use our components with jQuery. **If Bootstrap detect `jQuery` in the window object** it'll add all of our components in jQuery's plugin system, it means you'll be able to do: `$('[data-toggle="tooltip"]').tooltip()` to enable tooltips and the same goes for our other components. +Bootstrap 5 is designed to be used without jQuery, but it's still possible to use our components with jQuery. **If Bootstrap detects `jQuery` in the `window` object** it'll add all of our components in jQuery's plugin system; this means you'll be able to do `$('[data-toggle="tooltip"]').tooltip()` to enable tooltips. The same goes for our other components. ## Data attributes |
