diff --git a/javascript.html b/javascript.html index 707c7329a..2d930cde2 100644 --- a/javascript.html +++ b/javascript.html @@ -356,53 +356,51 @@ $('#myModal').on('hidden.bs.modal', function () {

Within a navbar

@@ -529,24 +527,22 @@ $('#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.

@fat