From: Chris Rebert Date: Sat, 3 Aug 2013 09:22:55 +0000 (-0700) Subject: JavaScript docs: fix caps of "JS" X-Git-Tag: v3.0.0-rc.2~127^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364fdf7fa12c962600271d07c0cafd67d78c2e51;p=thirdparty%2Fbootstrap.git JavaScript docs: fix caps of "JS" --- diff --git a/javascript.html b/javascript.html index 14dd491989..945a46597e 100644 --- a/javascript.html +++ b/javascript.html @@ -1794,7 +1794,7 @@ $('#myCarousel').on('slide.bs.carousel', function () {

Requires independent styling ;)

Affix toggles between three states/classes: affix, affix-top, and affix-bottom. You must provide the styles for these classes yourself (independent of this plugin). - The affix-top class should be in the regular flow of the document. The affix class should be fixed to the page. And affix-bottom should be positioned absolute. Note, affix-bottom is special in that the plugin will place the element with js relative to the offset: { bottom: number } option you've provided. + The affix-top class should be in the regular flow of the document. The affix class should be fixed to the page. And affix-bottom should be positioned absolute. Note, affix-bottom is special in that the plugin will place the element with JS relative to the offset: { bottom: number } option you've provided.