aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorfat <[email protected]>2012-12-19 23:39:26 -0800
committerfat <[email protected]>2012-12-19 23:39:26 -0800
commitbbe4625672c5122bb2b06c495f9ea41752c10467 (patch)
treeda0dcc4bf5fb7bfbed012e186fb28fc1658f2595 /docs/javascript.html
parent7f9ff0ba5b679914defd8bdd45bcf930ee201286 (diff)
downloadbootstrap-bbe4625672c5122bb2b06c495f9ea41752c10467.tar.xz
bootstrap-bbe4625672c5122bb2b06c495f9ea41752c10467.zip
lol we dont' have affix(refresh)
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index e4cb9c82c..a10360bf3 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1676,14 +1676,6 @@ $('.carousel').carousel({
<p>Call the affix plugin via JavaScript:</p>
<pre class="prettyprint linenums">$('#navbar').affix()</pre>
- <h3>Methods</h3>
- <h4>.affix('refresh')</h4>
- <p>When using affix in conjunction with adding or removing of elements from the DOM, you'll want to call the refresh method:</p>
-<pre class="prettyprint linenums">
-$('[data-spy="affix"]').each(function () {
- $(this).affix('refresh')
-});
-</pre>
<h3>Options</h3>
<p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-offset-top="200"</code>.</p>
<table class="table table-bordered table-striped">