mirror of https://github.com/twbs/bootstrap.git
fixes #8216
This commit is contained in:
parent
c54b8adb85
commit
fc8f4f0465
|
@ -531,7 +531,7 @@ $('.dropdown-toggle').dropdown()
|
||||||
<h3>Via JavaScript</h3>
|
<h3>Via JavaScript</h3>
|
||||||
<p>Call the scrollspy via JavaScript:</p>
|
<p>Call the scrollspy via JavaScript:</p>
|
||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
$('#navbar-example').scrollspy()
|
$('#navbar-example').scrollspy(options)
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
<div class="bs-callout bs-callout-danger">
|
<div class="bs-callout bs-callout-danger">
|
||||||
|
|
Loading…
Reference in New Issue