From: wangsai Date: Mon, 2 Sep 2013 09:47:04 +0000 (+0800) Subject: Completion of parentheses X-Git-Tag: v3.0.1~85^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d132c48ec9cc30de867188113ecc6d94b383996b;p=thirdparty%2Fbootstrap.git Completion of parentheses --- diff --git a/javascript.html b/javascript.html index 496480085a..b317f6b035 100644 --- a/javascript.html +++ b/javascript.html @@ -573,7 +573,7 @@ $('#myDropdown').on('show.bs.dropdown', function () {

Usage

Via data attributes

-

To easily add scrollspy behavior to your topbar navigation, add data-spy="scroll" to the element you want to spy on (most typically this would be the <body>. Then add the data-target attribute with the ID or class of the parent element of any Bootstrap .nav component.

+

To easily add scrollspy behavior to your topbar navigation, add data-spy="scroll" to the element you want to spy on (most typically this would be the <body>). Then add the data-target attribute with the ID or class of the parent element of any Bootstrap .nav component.

{% highlight html %} ...