aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-08 15:33:55 -0800
committerMark Otto <[email protected]>2012-01-08 15:33:55 -0800
commite654ec13369761e252aa279d5e0a1002ba23cfb7 (patch)
treeefeac31cadc20c9192ade650bf6f945069b2d23a /docs/javascript.html
parent4b79443bba6ad83d9da62e00765ef45121fb39ff (diff)
parenta24cdb3e408f23de64e33642efbda7e8f7d3f2b8 (diff)
downloadbootstrap-e654ec13369761e252aa279d5e0a1002ba23cfb7.tar.xz
bootstrap-e654ec13369761e252aa279d5e0a1002ba23cfb7.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index a46813ad8..63a51dc43 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -505,7 +505,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</div>
</section>
- <!-- Tips
+ <!-- Twipsy
================================================== -->
<section id="twipsy">
@@ -799,6 +799,9 @@ $('#my-alert').bind('closed', function () {
<p>Sets button state to loading - disables button and swaps text to loading text. Loading text should be defined on the button element using the data attribute <code>data-loading-text</code>.
</p>
<pre class="prettyprint linenums">&lt;button class="btn" data-loading-text="loading stuff..." &gt;...&lt;/button&gt;</pre>
+ <p>
+ <span class="label notice">Notice</span> Firefox persists the disabled state across page loads. A workaround for this is to use: <code>autocomplete="off"</code>. More info can be found <a href="https://github.com/twitter/bootstrap/issues/793">here</a>.
+ </p>
<h4>$().button('reset')</h4>
<p>Resets button state - swaps text to original text.</p>
<h4>$().button(string)</h4>