From 1211a8155e9357ddd747f7ecba800e460e72465d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 11 Nov 2014 21:16:34 -0800 Subject: JS docs: add Options, Methods, Events subsections to nav sidebar --- docs/_includes/js/affix.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/js/affix.html') 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 %} -

Options

+

Options

Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-, as in data-offset-top="200".

@@ -74,7 +74,7 @@ $('#myAffix').affix({
-

Events

+

Events

Bootstrap's affix plugin exposes a few events for hooking into affix functionality.

-- cgit v1.2.3