aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-06 23:20:56 -0700
committerJacob Thornton <[email protected]>2011-09-06 23:20:56 -0700
commitfb8987148aeae4b9aa2b4c28fa3ad5346b8c56b1 (patch)
treeadd30766dfc07105e3154cc848c60b7f9171a248 /docs/index.html
parentd0882c580de1fc2d5c52b684671b554bb8941ddf (diff)
downloadbootstrap-fb8987148aeae4b9aa2b4c28fa3ad5346b8c56b1.tar.xz
bootstrap-fb8987148aeae4b9aa2b4c28fa3ad5346b8c56b1.zip
move javascript from examples into docs
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html
index 7d5803269..3a5773a96 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1307,17 +1307,17 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<h2>Getting started</h2>
<p>We've set out to make your interactive work with Bootstrap even more simple, offering several lightweight plugins for things like modals, tooltips, and other dynamic components. These plugins have been coded up to work with either <a href="http://jquery.com/" target="_blank">jQuery</a> or <a href="http://ender.no.de" target="_blank">Ender</a>, but we encourage you to extend and modify them to fit your development needs!</p>
<h2>Do I need javascript?</h2>
- <p>The short answer is <strong>no</strong>... of course not! However, for those who need it, we've provided the plugins below to help you understand how to integrate bootstrap with javascript and to give you a quick lightweight option for dropping something in and getting the basic functionality right away! For more information on these plugins and to see demos of them in action, please refer to our <a href="../examples/javascript.html">plugin documentation page</a>.
+ <p>The short answer is <strong>no</strong>... of course not! However, for those who need it, we've provided the plugins below to help you understand how to integrate bootstrap with javascript and to give you a quick lightweight option for dropping something in and getting the basic functionality right away! For more information on these plugins and to see demos of them in action, please refer to our <a href="./javascript.html">plugin documentation page</a>.
<dl>
- <dt><a href="../examples/javascript.html#modal">bootstrap-modal.js</a></dt>
+ <dt><a href="./javascript.html#modal">bootstrap-modal.js</a></dt>
<dd>Our Modal plugin is a <strong>super</strong> slim take on the traditional modal js plugin! We took special care to include only the bare functionality that we require at twitter.</dd>
- <dt><a href="../examples/javascript.html#alerts">bootstrap-alerts.js</a></dt>
+ <dt><a href="./javascript.html#alerts">bootstrap-alerts.js</a></dt>
<dd>The alert plugin is a super tiny class for adding close functionality to alerts.</dd>
- <dt><a href="../examples/javascript.html#dropdowns">bootstrap-dropdown.js</a></dt>
+ <dt><a href="./javascript.html#dropdowns">bootstrap-dropdown.js</a></dt>
<dd>This plugin is for adding dropdown to the bootstrap nav.</dd>
- <dt><a href="../examples/javascript.html#twipsy">bootstrap-twipsy.js</a></dt>
+ <dt><a href="./javascript.html#twipsy">bootstrap-twipsy.js</a></dt>
<dd>Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for title storage!</dd>
- <dt><a href="../examples/javascript.html#popover">bootstrap-popover.js</a></dt>
+ <dt><a href="./javascript.html#popover">bootstrap-popover.js</a></dt>
<dd>The popover plugin provides a simple interface for adding popovers to your application. It extends the <a href="#twipsy">boostrap-twipsy.js</a> plugin, so be sure to grab that file as well when including popovers in your project!</dd>
</dl>
</p>