2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
This commit is contained in:
fat
2013-07-30 13:41:24 -07:00
parent c54b8adb85
commit fc8f4f0465
+1 -1
View File
@@ -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">