diff options
| author | XhmikosR <[email protected]> | 2019-08-01 07:59:25 +0300 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-08-01 10:37:27 +0200 |
| commit | 09c3a8f893aae09c0d412c9eff5f77185d81baa1 (patch) | |
| tree | 9d30ec49b08fb11a3a3c3b441a508ed346a2b023 | |
| parent | b7a079d808d6b14d90b37fa16418de287209cd53 (diff) | |
| download | bootstrap-09c3a8f893aae09c0d412c9eff5f77185d81baa1.tar.xz bootstrap-09c3a8f893aae09c0d412c9eff5f77185d81baa1.zip | |
Update javascript.md
| -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 580e1f255..48d12d5dd 100644 --- a/site/content/docs/4.3/getting-started/javascript.md +++ b/site/content/docs/4.3/getting-started/javascript.md @@ -67,8 +67,8 @@ myModal.addEventListener('show.bs.modal', function (e) { {{< callout warning >}} ## jQuery events -Bootstrap detect jQuery only if `jQuery` is present in `window` object. If jQuery is found, Bootstrap will emit events thanks to jQuery event system. -So if you want to listen Bootstrap's events you'll have to use jQuery methods (`.on`, `.one`). +Bootstrap will detect jQuery only if `jQuery` is present in the `window` object. If jQuery is found, Bootstrap will emit events thanks to jQuery's event system. +So if you want to listen to Bootstrap's events, you'll have to use the jQuery methods (`.on`, `.one`). {{< highlight js >}} $('#myTab a').on('shown.bs.tab', function () { |
