aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/affix.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-11 21:16:34 -0800
committerChris Rebert <[email protected]>2014-11-11 21:16:34 -0800
commit1211a8155e9357ddd747f7ecba800e460e72465d (patch)
tree73e6611c87861b86ebb4741eca85d2a7de8afa8f /docs/_includes/js/affix.html
parentff386147ce341a15f02b31f638500487246e34da (diff)
downloadbootstrap-1211a8155e9357ddd747f7ecba800e460e72465d.tar.xz
bootstrap-1211a8155e9357ddd747f7ecba800e460e72465d.zip
JS docs: add Options, Methods, Events subsections to nav sidebar
Diffstat (limited to 'docs/_includes/js/affix.html')
-rw-r--r--docs/_includes/js/affix.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/affix.html b/docs/_includes/js/affix.html
index 56168d6a8..f32b376de 100644
--- a/docs/_includes/js/affix.html
+++ b/docs/_includes/js/affix.html
@@ -42,7 +42,7 @@ $('#myAffix').affix({
{% endhighlight %}
- <h3>Options</h3>
+ <h3 id="affix-options">Options</h3>
<p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-offset-top="200"</code>.</p>
<div class="table-responsive">
@@ -74,7 +74,7 @@ $('#myAffix').affix({
</div><!-- /.table-responsive -->
- <h3>Events</h3>
+ <h3 id="affix-events">Events</h3>
<p>Bootstrap's affix plugin exposes a few events for hooking into affix functionality.</p>
<div class="table-responsive">
<table class="table table-bordered table-striped">