diff --git a/docs/javascript.html b/docs/javascript.html index c09d19f231..ffe530280e 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1610,7 +1610,7 @@ $('.carousel').carousel({
Heads up! - It's up to you to manage the position of a pinned element. This is done by styling affix, affix-top, and affix-bottom. + You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by affix, affix-top, and affix-bottom. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.

Via JavaScript

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 2ee086847d..b3323a3719 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1540,7 +1540,7 @@ $('.carousel').carousel({
{{_i}}Heads up!{{/i}} - {{_i}}It's up to you to manage the position of a pinned element. This is done by styling affix, affix-top, and affix-bottom.{{/i}} + {{_i}}You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by affix, affix-top, and affix-bottom. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.{{/i}}

{{_i}}Via JavaScript{{/i}}