diff --git a/docs/javascript.html b/docs/javascript.html index fb854d2814..1b8af662af 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -549,7 +549,7 @@ $('#myModal').on('hidden', function () { -
Ad leggings keytar, brunch id art party dolor labore. Pitchfork yr enim lo-fi before they sold out qui. Tumblr farm-to-table bicycle rights whatever. Anim keffiyeh carles cardigan. Velit seitan mcsweeney's photo booth 3 wolf moon irure. Cosby sweater lomo jean shorts, williamsburg hoodie minim qui you probably haven't heard of them et cardigan trust fund culpa biodiesel wes anderson aesthetic. Nihil tattooed accusamus, cred irony biodiesel keffiyeh artisan ullamco consequat. @@ -576,11 +576,30 @@ $('#myModal').on('hidden', function () {
Call the scrollspy via javascript:
-$('#navbar').dropdown()+
$('#navbar').scrollspy()
To easily add scrollspy behavior to your topbar navigation, just add data-spy="scroll"
to the element you want to spy on (most typically this would be the body).
<body data-spy="scroll" >...</body>
Notice Navbar anchor tags must have resolvable id targets. For example, a <a href="#home">home</a>
must correspond to something in the dom like <div id="home"></div>
.
+
Name | +type | +default | +description | +
---|---|---|---|
offset | +number | +10 | +Pixels to offset from top when calculating position of scroll. | +