aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-07 00:31:01 -0800
committerMark Otto <[email protected]>2012-02-07 00:31:01 -0800
commit11f72f6aa22c9d2daa9a95846e6c786afd7bc3e1 (patch)
treede2d0824802ae43eba4cd13147afd7367b49884d /docs/javascript.html
parent00c13691a934c5662b638c2272d03c9bcf5f5fe0 (diff)
downloadbootstrap-11f72f6aa22c9d2daa9a95846e6c786afd7bc3e1.tar.xz
bootstrap-11f72f6aa22c9d2daa9a95846e6c786afd7bc3e1.zip
merge in #1782, remake to compile html, add some i18n tags
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html3
1 files changed, 3 insertions, 0 deletions
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) {
</div>
<h3>Markup</h3>
<p>For performance reasons, the Tooltip and Popover data-apis are opt in. If you would like to use them just specify a selector option.</p>
+<pre class="prettyprint linenums">
+&lt;a href="#" rel="tooltip" title="first tooltip"&gt;hover over me&lt;/a&gt;
+</pre>
<h3>Methods</h3>
<h4>$().tooltip(options)</h4>
<p>Attaches a tooltip handler to an element collection.</p>