]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
blahsdfasldflaskdfj
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 28 Aug 2011 01:09:03 +0000 (18:09 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 28 Aug 2011 01:09:03 +0000 (18:09 -0700)
examples/bootstrap-js.html

index 3e9f39e63c1a2f2b2582644e5fb83b0b5b17f825..fe29cb644ffb60c8c0f99e261add527801bb04cc 100644 (file)
@@ -82,7 +82,7 @@
       <div class="row">
         <div class="span4 columns">
           <p>Our Modal plugin is <strong>super</strong> slim! We took special care to only include the bare functionality that we require at twitter, however we look forward to seeing all the cool stuff you do with it!</p>
-          <a href="assets/js/bootstrap-modal.js" class="btn primary">Download</a>
+          <a href="assets/js/bootstrap-modal.js" target="_blank" class="btn primary">Download</a>
         </div>
         <div class="span12 columns">
           <h2>Using bootstrap-modal</h2>
@@ -156,7 +156,7 @@ $('#modal-content').modal({
       <div class="row">
         <div class="span4 columns">
           <p>The alert plugin is a super tiny class for adding close functionality to alerts.</p>
-          <a href="assets/js/bootstrap-alerts.js" class="btn primary">Download</a>
+          <a href="assets/js/bootstrap-alerts.js" target="_blank" class="btn primary">Download</a>
         </div>
         <div class="span12 columns">
           <h2>Using bootstrap-alert</h2>
@@ -195,7 +195,7 @@ $('#modal-content').modal({
       <div class="row">
         <div class="span4 columns">
           <p>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!</p>
-          <a href="assets/js/bootstrap-twipsy.js" class="btn primary">Download</a>
+          <a href="assets/js/bootstrap-twipsy.js" target="_blank" class="btn primary">Download</a>
         </div>
         <div class="span12 columns">
           <h2>Using bootstrap-twipsy.js</h2>
@@ -242,7 +242,7 @@ $('#modal-content').modal({
       <div class="row">
         <div class="span4 columns">
           <p>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!</p>
-          <a href="assets/js/bootstrap-popover.js" class="btn primary">Download</a>
+          <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn primary">Download</a>
         </div>
         <div class="span12 columns">
           <h2>Using boostrap-popover.js</h2>