Update javascript.html

This commit is contained in:
Florian Weber 2013-08-06 11:44:55 +02:00
parent f3fd67772e
commit e70d146b20
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ $('.dropdown-toggle').dropdown()
<h3>Via JavaScript</h3>
<p>Call the scrollspy via JavaScript:</p>
{% highlight js %}
$('body').scrollspy({ target: '#navbar-example' )
$('body').scrollspy({ target: '#navbar-example' })
{% endhighlight %}
<div class="bs-callout bs-callout-danger">