aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-10 13:18:24 -0700
committerMark Otto <[email protected]>2011-09-10 13:18:24 -0700
commit6d99ae56591f94327453f5dc51e3ce57c64cb831 (patch)
treee996c95e344f6acb772f33f1f08606928bc43cb3 /docs/javascript.html
parente5b4a1ced5aef8bd050b48873d3e74fb2dfe799e (diff)
parent5bc455d3707b87960d32c0672f5afb3b31173ec8 (diff)
downloadbootstrap-6d99ae56591f94327453f5dc51e3ce57c64cb831.tar.xz
bootstrap-6d99ae56591f94327453f5dc51e3ce57c64cb831.zip
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 7d1c6d6ca..8a4636bb3 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -89,12 +89,12 @@ $('#modal-content').modal({
<h4>modal:toggle</h4>
<p> Toggle the modal open state.</p>
<pre class="prettyprint linenums">$('#modal-content').trigger('modal:toggle')</pre>
- <h4>modal:open</h4>
+ <h4>modal:show</h4>
<p>Opens the modal.</p>
- <pre class="prettyprint linenums">$('#modal-content').trigger('modal:open')</pre>
- <h4>modal:close</h4>
+ <pre class="prettyprint linenums">$('#modal-content').trigger('modal:show')</pre>
+ <h4>modal:hide</h4>
<p>Closes the modal.</p>
- <pre class="prettyprint linenums">$('#modal-content').trigger('modal:close')</pre>
+ <pre class="prettyprint linenums">$('#modal-content').trigger('modal:hide')</pre>
<h3>Demo</h3>
<!-- sample modal content -->