mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 13:10:23 +00:00
fixes #8216
This commit is contained in:
parent
c54b8adb85
commit
fc8f4f0465
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ $('.dropdown-toggle').dropdown()
|
|||
<h3>Via JavaScript</h3>
|
||||
<p>Call the scrollspy via JavaScript:</p>
|
||||
{% highlight js %}
|
||||
$('#navbar-example').scrollspy()
|
||||
$('#navbar-example').scrollspy(options)
|
||||
{% endhighlight %}
|
||||
|
||||
<div class="bs-callout bs-callout-danger">
|
||||
|
|
|
|||
Loading…
Reference in a new issue