diff --git a/docs/javascript.html b/docs/javascript.html index 6d5cf9517e47e3cb49e4151ca2bc715afba0701d..cd5f8d38fbcef9db1a53c8b0f1e5e875e0106422 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -606,9 +606,13 @@ Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seita <a href="#" class="btn danger" rel="popover" title="A Title" data-content="And here's some amazing content. It's very engaging. right?">hover for popover</a> <script> $(function () { - $("a[rel=popover]").popover({ - offset: 10 - }) + $("a[rel=popover]") + .popover({ + offset: 10 + }) + .click(function(e) { + e.preventDefault() + }) }) </script> </div> diff --git a/js/bootstrap-alerts.js b/js/bootstrap-alerts.js index 9e8b307123258dbe91967106633cfd4d43cf814a..77708246c9fe68c32a507ce07c71672e788cd386 100644 --- a/js/bootstrap-alerts.js +++ b/js/bootstrap-alerts.js @@ -1,5 +1,5 @@ /* ========================================================== - * bootstrap-alerts.js + * bootstrap-alerts.js v1.3.0 * http://twitter.github.com/bootstrap/javascript.html#alerts * ========================================================== * Copyright 2011 Twitter, Inc. diff --git a/js/bootstrap-dropdown.js b/js/bootstrap-dropdown.js index a50571349f869f6f7c1cd6655f98a1dabcfebedc..a64e3821cba0d31e1337e41b1c662354d14cf107 100644 --- a/js/bootstrap-dropdown.js +++ b/js/bootstrap-dropdown.js @@ -1,5 +1,5 @@ /* ============================================================ - * bootstrap-dropdown.js + * bootstrap-dropdown.js v1.3.0 * http://twitter.github.com/bootstrap/javascript.html#dropdown * ============================================================ * Copyright 2011 Twitter, Inc. diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 97eeded5124546c13c12fc9a051ecbd21f6d9237..f4d5977c85b00937664c2dbbc8a0782e82508cdb 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -1,5 +1,5 @@ /* ========================================================= - * bootstrap-modal.js + * bootstrap-modal.js v1.3.0 * http://twitter.github.com/bootstrap/javascript.html#modal * ========================================================= * Copyright 2011 Twitter, Inc. diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index bf1278325f06781b28c645dfc077214181760bb4..2d5ed9a1991e033ff400f717e96dcf46cb904811 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -1,5 +1,5 @@ /* =========================================================== - * bootstrap-popover.js + * bootstrap-popover.js v1.3.0 * http://twitter.github.com/bootstrap/javascript.html#popover * =========================================================== * Copyright 2011 Twitter, Inc. diff --git a/js/bootstrap-scrollspy.js b/js/bootstrap-scrollspy.js index 84e64c6eaaaabef0597fbdf094c7643176697c3d..1e4e9ec7dd815a74f13ea7c9ef247b930548699a 100644 --- a/js/bootstrap-scrollspy.js +++ b/js/bootstrap-scrollspy.js @@ -1,5 +1,5 @@ /* ============================================================= - * bootstrap-scrollspy.js + * bootstrap-scrollspy.js v1.3.0 * http://twitter.github.com/bootstrap/javascript.html#scrollspy * ============================================================= * Copyright 2011 Twitter, Inc. diff --git a/js/bootstrap-tabs.js b/js/bootstrap-tabs.js index c93bd745fdfb89a7f1480a8e42ecb42164a351fb..37ca59713039418136a241082c95dc2c5b585bb0 100644 --- a/js/bootstrap-tabs.js +++ b/js/bootstrap-tabs.js @@ -1,5 +1,5 @@ /* ======================================================== - * bootstrap-tabs.js + * bootstrap-tabs.js v1.3.0 * http://twitter.github.com/bootstrap/javascript.html#tabs * ======================================================== * Copyright 2011 Twitter, Inc. diff --git a/js/bootstrap-twipsy.js b/js/bootstrap-twipsy.js index 977c2beb5f2360a9001ae9f51c6cd024dd9b95ed..e476407f77321c280c8614339d84b195189e02ef 100644 --- a/js/bootstrap-twipsy.js +++ b/js/bootstrap-twipsy.js @@ -1,5 +1,5 @@ /* ========================================================== - * bootstrap-twipsy.js + * bootstrap-twipsy.js v1.3.0 * http://twitter.github.com/bootstrap/javascript.html#twipsy * Adapted from the original jQuery.tipsy by Jason Frame * ==========================================================