From 330b143b407b01d71b707860f21e0cc2accafd49 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 26 Dec 2012 09:36:07 -0600 Subject: Add longer tooltip example to docs, tighten up line-height on tooltip; run make --- docs/javascript.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 917b90ae9..3e9892843 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -769,7 +769,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.

Hover over the links below to see tooltips:

-

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral. +

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.

@@ -817,7 +817,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { placement - string|function + string | function 'top' how to position the tooltip - top | bottom | left | right @@ -985,7 +985,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { placement - string|function + string | function 'right' how to position the popover - top | bottom | left | right -- cgit v1.2.3