From 457885075f8fa004f3a190efdcf381af218e1bb7 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 25 Feb 2015 04:00:37 +0200 Subject: Javascript docs: Accessibility and cosmetic changes to headings. Closes #15915 by merging it. --- docs/_includes/js/scrollspy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/js/scrollspy.html') diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index 7d5fa5b49..afac356e1 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -94,7 +94,7 @@ $('body').scrollspy({ target: '#navbar-example' })

Methods

-

.scrollspy('refresh')

+

.scrollspy('refresh')

When using scrollspy in conjunction with adding or removing of elements from the DOM, you'll need to call the refresh method like so:

{% highlight js %} $('[data-spy="scroll"]').each(function () { -- cgit v1.2.3