Commit 3cd6d00c authored by Mark Otto's avatar Mark Otto

use the proper selector

parent b5eca07b
......@@ -554,7 +554,7 @@ $('.dropdown-toggle').dropdown()
<h3>Via JavaScript</h3>
<p>Call the scrollspy via JavaScript:</p>
{% highlight js linenos %}
$('#navbar').scrollspy()
$('.navbar').scrollspy()
{% endhighlight %}
<div class="alert alert-info">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment