From 11f72f6aa22c9d2daa9a95846e6c786afd7bc3e1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 7 Feb 2012 00:31:01 -0800 Subject: [PATCH] merge in #1782, remake to compile html, add some i18n tags --- docs/assets/bootstrap.zip | Bin 52562 -> 52562 bytes docs/javascript.html | 3 +++ docs/templates/pages/javascript.mustache | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 5d0083c2d5473020843b0f95c0d0737b96bd1236..5f7a919dea081b242851a5b7113a755b8454aec8 100644 GIT binary patch delta 452 zcmcaKi}}(lW}X0VW)?065O89e$fKxibI-uv4v0%DxEUB(zB4i~u!sO95z3sICMOoi zOw8eAvjr=i+*2UUt|PkJNq&Ytv#@qoH*PdPwzgH_Hu zoUm#VqasM(+RY{~q34^gh=7Flp3rC7d3SRCDRB;1NKEEEY0L!lTm30nu!~N5Bk|6j z^he^^o^pWb2CJNR$_0yAGLz*`izBHDKOKm~J9*k0LyzehBP2UI&e$RGo}Y07@wCsX F0|4mvyS4xT diff --git a/docs/javascript.html b/docs/javascript.html index 97dfc54a22..395394d027 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.

diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 815aa7f033..c24626f8a3 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -698,7 +698,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {

{{_i}}Markup{{/i}}

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

-<a href="#" rel="tooltip" title="first tooltip">{{_i}}hover over me{{/i}}</a>
+<a href="#" rel="tooltip" title="{{_i}}first tooltip{{/i}}">{{_i}}hover over me{{/i}}</a>
 

{{_i}}Methods{{/i}}

$().tooltip({{_i}}options{{/i}})