From bbe4625672c5122bb2b06c495f9ea41752c10467 Mon Sep 17 00:00:00 2001 From: fat Date: Wed, 19 Dec 2012 23:39:26 -0800 Subject: lol we dont' have affix(refresh) --- docs/templates/pages/javascript.mustache | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs/templates/pages/javascript.mustache') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 1763619b4..de7977667 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -1606,14 +1606,6 @@ $('.carousel').carousel({

{{_i}}Call the affix plugin via JavaScript:{{/i}}

$('#navbar').affix()
-

{{_i}}Methods{{/i}}

-

.affix('refresh')

-

{{_i}}When using affix in conjunction with adding or removing of elements from the DOM, you'll want to call the refresh method:{{/i}}

-
-$('[data-spy="affix"]').each(function () {
-  $(this).affix('refresh')
-});
-

{{_i}}Options{{/i}}

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

-- cgit v1.2.3