From ae255447f24ef3dc995ee7939e1c8704160f0055 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 5 Jan 2014 12:55:03 -0800 Subject: add .container(-fluid) to remaining navbar examples for consistency/accuracy follow-up to 93a4d6cc5ecdc1cbc09c4b8af2e587f4480b36cf --- docs/javascript.html | 140 ++++++++++++++++++++++++++------------------------- 1 file changed, 72 insertions(+), 68 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 4fe058e09..d7035d661 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -431,51 +431,53 @@ $('#myModal').on('hidden.bs.modal', function (e) {

Within a navbar

@@ -606,29 +608,31 @@ $('#myDropdown').on('show.bs.dropdown', function () {

The ScrollSpy plugin is for automatically updating nav targets based on scroll position. Scroll the area below the navbar and watch the active class change. The dropdown sub items will be highlighted as well.

-- cgit v1.2.3