diff options
| author | Mark Otto <[email protected]> | 2013-08-06 18:29:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-06 18:29:24 -0700 |
| commit | 41bdd1a4823feb8b46b2fccfeec3e9c5057a0665 (patch) | |
| tree | 56633349ed7ffe2788ddbfa182198e5ac93915d1 | |
| parent | 75b0e92bc4f6c0e5dd4506ac4f6970427b5854f8 (diff) | |
| parent | d89b36426058bbb57f33a231c906db235ae04900 (diff) | |
| download | bootstrap-41bdd1a4823feb8b46b2fccfeec3e9c5057a0665.tar.xz bootstrap-41bdd1a4823feb8b46b2fccfeec3e9c5057a0665.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index bb0118e32..3dafc4ff1 100644 --- a/javascript.html +++ b/javascript.html @@ -531,7 +531,7 @@ $('.dropdown-toggle').dropdown() <h3>Via JavaScript</h3> <p>Call the scrollspy via JavaScript:</p> {% highlight js %} -$('#navbar-example').scrollspy(options) +$('body').scrollspy({ target: '#navbar-example' }) {% endhighlight %} <div class="bs-callout bs-callout-danger"> |
