From 11721f376d9bdb019f31d3bbb273160d45ff1266 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 27 Aug 2011 13:03:06 -0700 Subject: add boostrap-twipsy and bootstrap-alerts --- examples/bootstrap-js.html | 183 ++++++++++++++++++++++++++++++--------------- 1 file changed, 123 insertions(+), 60 deletions(-) (limited to 'examples/bootstrap-js.html') diff --git a/examples/bootstrap-js.html b/examples/bootstrap-js.html index 37aea3464..13eb44a52 100644 --- a/examples/bootstrap-js.html +++ b/examples/bootstrap-js.html @@ -13,9 +13,9 @@ - - - + + + @@ -28,7 +28,7 @@ - + @@ -37,8 +37,10 @@

Bootstrap JS

@@ -71,17 +73,18 @@ -
+ + + + +
+ +
+
+

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!

+ Download +
+
+

Using bootstrap-twipsy.js

+
$('#example').twipsy(options)
+

Options

+
    +
  • delayIn (number) - delay before showing tooltip (ms).
  • +
  • delayOut (number) - delay before hiding tooltip (ms).
  • +
  • fallback (string) - fallback text to use when no tooltip text.
  • +
  • placement (string) - position of tooltip - above | below | left | right.
  • +
  • html (boolean) - is tooltip content HTML?
  • +
  • live (boolean) - use live event support?
  • +
  • offset (number) - pixel offset of tooltip from element.
  • +
  • title (string|function) - attribute/callback containing tooltip text.
  • +
  • trigger (string) - how tooltip is triggered - hover | focus | manual.
  • +
+

Methods

+

$().twipsy

+

Attaches a twipsy handler to an element collection.

+

Demo

+

Mustache next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown you probably haven't heard of them before they sold out. Farm-to-table cardigans seitan tofu, mcsweeney's fixie sustainable quinoa 8-bit american apparel terry richardson vinyl chambray. Fap beard stumptown, williamsburg banh mi lomo thundercats. DIY tofu biodiesel marfa, four loko mcsweeney's master cleanse vegan chambray. Etsy fap ethical, wes anderson farm-to-table +1 whatever bicycle rights mixtape portland readymade letterpress artisan. Four loko artisan whatever keytar, scenester farm-to-table PBR banksy Austin freegan cred raw denim single-origin coffee viral. +

+ +
+
+
+ + + + + \ No newline at end of file -- cgit v1.2.3