diff options
| author | Jacob Thornton <[email protected]> | 2011-09-02 23:15:38 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-02 23:15:38 -0700 |
| commit | 2883888a57492aa080c4202bdb90fd2606b05365 (patch) | |
| tree | 2269421076cf7e36c7f938baf95d697fbbf37825 /examples | |
| parent | 3c9c85b1ed85ae633d4b94f421020b84d24d9a5c (diff) | |
| download | bootstrap-2883888a57492aa080c4202bdb90fd2606b05365.tar.xz bootstrap-2883888a57492aa080c4202bdb90fd2606b05365.zip | |
adds small js section to docs index
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/javascript.html | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/examples/javascript.html b/examples/javascript.html index 34cf74c9a..a44bc5e38 100644 --- a/examples/javascript.html +++ b/examples/javascript.html @@ -42,7 +42,6 @@ <div class="container"> <h3><a href="#">Bootstrap JS</a></h3> <ul> - <li><a href="#javascript">Getting Started</a></li> <li><a href="#modal">Modals</a></li> <li><a href="#alerts">Alerts</a></li> <li><a href="#dropdown">Dropdown</a></li> @@ -55,28 +54,6 @@ <div class="container"> - <!-- Using Javascript w/ Bootstrap - ================================================== --> - - <section id="javascript"> - <div class="page-header"> - <h1>Using Javascript with Bootstrap <small>An index of plugins to get you started</small></h1> - </div> - <div class="row"> - <div class="span4 columns"> - <p>This page illustrates how to integrate javascript with the Bootstrap library. Below we go over the basics and provide you with some awesome plugins to get you started!</p> - </div> - <div class="span12 columns"> - <h2>What is this all about?</h2> - <p>With this example page, 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 these?</h2> - <p>The short answer is <strong>no</strong>. These plugins were provided 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. So please, roll your own and let us know how it went! - </p> - </div> - </div> - </section> - - <!-- Modal ================================================== --> @@ -199,7 +176,7 @@ $('#modal-content').modal({ </div> <div class="row"> <div class="span4 columns"> - <p>This plugin is for adding dropdown to the bootstrap nav.</p> + <p>This plugin is for adding dropdowns to the bootstrap nav.</p> <a href="assets/js/bootstrap-dropdown.js" target="_blank" class="btn primary">Download</a> </div> <div class="span12 columns"> |
