From 11f72f6aa22c9d2daa9a95846e6c786afd7bc3e1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 Feb 2012 00:31:01 -0800 Subject: merge in #1782, remake to compile html, add some i18n tags --- docs/javascript.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 97dfc54a2..395394d02 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -773,6 +773,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

Markup

For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.

+
+<a href="#" rel="tooltip" title="first tooltip">hover over me</a>
+

Methods

$().tooltip(options)

Attaches a tooltip handler to an element collection.

-- cgit v1.2.3