diff options
| author | XhmikosR <[email protected]> | 2018-11-28 19:49:34 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-28 21:09:50 +0200 |
| commit | 24eb9a75e9b6f78c70ead8de88009729970f3005 (patch) | |
| tree | 3747a228dfb41efa8b59ca1381c32ddc499a0ae0 /site/docs/4.1/getting-started/javascript.md | |
| parent | 0b96d62fb390857d9377c353a0fc0c7a0c780935 (diff) | |
| download | bootstrap-24eb9a75e9b6f78c70ead8de88009729970f3005.tar.xz bootstrap-24eb9a75e9b6f78c70ead8de88009729970f3005.zip | |
Revert "Use `h5` for callouts so that they are not included in ToC."
This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927.
This is no longer needed with jekyll-toc 0.9.1.
Diffstat (limited to 'site/docs/4.1/getting-started/javascript.md')
| -rw-r--r-- | site/docs/4.1/getting-started/javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/getting-started/javascript.md b/site/docs/4.1/getting-started/javascript.md index 534e2fd42..7f59ac213 100644 --- a/site/docs/4.1/getting-started/javascript.md +++ b/site/docs/4.1/getting-started/javascript.md @@ -35,7 +35,7 @@ $(document).off('.alert.data-api') {% endhighlight %} {% capture callout %} -##### Selectors +## Selectors Currently to query DOM elements we use the native methods `querySelector` and `querySelectorAll` for performance reasons, so you have to use [valid selectors](https://www.w3.org/TR/CSS21/syndata.html#value-def-identifier). If you use special selectors, for example: `collapse:Example` be sure to escape them. |
