diff --git a/bootstrap.css b/bootstrap.css
index 6411413ff7..c39a12264f 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Mon Dec 12 09:51:27 PST 2011
+ * Date: Tue Dec 20 19:08:51 PST 2011
*/
html, body {
margin: 0;
diff --git a/docs/assets/js/application.js b/docs/assets/js/application.js
index 74024caa1d..dd759bf8b2 100644
--- a/docs/assets/js/application.js
+++ b/docs/assets/js/application.js
@@ -37,7 +37,7 @@ $(function(){
// POSITION STATIC TWIPSIES
// ========================
- $(window).bind( 'load resize', function () {
+ $(window).on('load resize', function () {
$(".twipsies a").each(function () {
$(this)
.twipsy({
diff --git a/docs/javascript.html b/docs/javascript.html
index 964d2f7aaf..45a7a2fe8a 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -93,7 +93,7 @@
================================================== -->
Bring Bootstrap's components to life with 12 custom, flexible jQuery plugins.
+ Bring Bootstrap's components to life — now with 12 custom jQuery plugins.
Javascript for Bootstrap
-
Nope! Bootstrap is designed first and foremost to be a CSS library. This javascript provides a basic interactive layer on top of the included styles.
However, for those who do need javascript, we've provided the plugins above to help you understand how to integrate Bootstrap with javascript and to give you a quick, lightweight option for the basic functionality right away.
-For more information and to see some live demos, please refer to our plugin documentation page.
@@ -265,7 +268,7 @@ $('#myModal').modal({-$('#myModal').bind('hidden', function () { +$('#myModal').on('hidden', function () { // do something ... })
This plugin is for adding dropdown interaction to the Bootstrap navbar or tabbed navigations.
+This plugin is for adding generic dropdown interactions to things like navigation top bars and tabs.
DownloadThis plugin is for adding the scrollspy (auto updating nav) interaction to the bootstrap navbar.
+The ScrollSpy plugin is for automatically updating nav targets based on scroll position.
DownloadThis plugin adds quick, dynamic tab and pill functionality.
+This plugin adds quick, dynamic tab and pill functionality for transitioning through local content.
Download-$('a[data-toggle="tab"]').bind('shown', function (e) { +$('a[data-toggle="tab"]').on('shown', function (e) { e.target // activated tab e.relatedTarget // previous tab })@@ -529,22 +532,22 @@ $('a[data-toggle="tab"]').bind('shown', function (e) {
Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
Banksy do proident, brooklyn photo booth delectus sunt artisan sed organic exercitation eiusmod four loko. Quis tattooed iphone esse aliqua. Master cleanse vero fixie mcsweeney's. Ethical portland aute, irony food truck pitchfork lomo eu anim. Aesthetic blog DIY, ethical beard leggings tofu consequat whatever cardigan nostrud. Helvetica you probably haven't heard of them carles, marfa veniam occaecat lomo before they sold out in shoreditch scenester sustainable thundercats. Consectetur tofu craft beer, mollit brunch fap echo park pitchfork mustache dolor.
Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seitan squid ad wolf bicycle rights blog. Et aute readymade farm-to-table carles 8-bit, nesciunt nulla etsy adipisicing organic ea. Master cleanse mollit high life, next level Austin nesciunt american apparel twee mustache adipisicing reprehenderit hoodie portland irony. Aliqua tofu quinoa +1 commodo eiusmod. High life williamsburg cupidatat twee homo leggings. Four loko vinyl DIY consectetur nisi, marfa retro keffiyeh vegan. Fanny pack viral retro consectetur gentrify fap.
Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
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!
+Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, data-attributes for local title storage, and now jquery 1.7's new event api!
DownloadNotice Individual twipsy instance options can alternatively be specified through the use of data attributes.
+ For performance reasons, the Twipsy and Popover data-apis are opt in. If you would like to use them just specify a selector option.
Attaches a twipsy handler to an element collection.
@@ -673,12 +677,6 @@ $('a[data-toggle="tab"]').bind('shown', function (e) {delay showing/hiding the popover (ms)
+If a number is supplied, delay is applied to both hide/show
+Object structure is: delay: { show: 500, hide: 100 }
Notice Individual popover instance options can alternatively be specified through the use of data attributes.
- For performance reasons, the Twipsy and Popover data-apis are opt in. If you would like to use them just set the live flag to true, however we recommend you know what you are doing if you do that. :) + For performance reasons, the Twipsy and Popover data-apis are opt in. If you would like to use them just specify a the selector option.
-$('#myCollapsible').bind('hidden', function () { +$('#myCollapsible').on('hidden', function () { // do something ... })