diff options
| author | Mark Otto <[email protected]> | 2012-02-07 00:17:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-07 00:17:04 -0800 |
| commit | 00c13691a934c5662b638c2272d03c9bcf5f5fe0 (patch) | |
| tree | 152cf834298040ecc46efc188b43a440252752a5 /docs | |
| parent | adff17ac03e932d09d80d68d6a5b1c0463805dc1 (diff) | |
| parent | 7e92b33f12d8c5840aa746094f9566f0a0a1aaf8 (diff) | |
| download | bootstrap-00c13691a934c5662b638c2272d03c9bcf5f5fe0.tar.xz bootstrap-00c13691a934c5662b638c2272d03c9bcf5f5fe0.zip | |
Merge branch 'pamelafox-patch-8' into 2.0.1-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index f74859d7e..815aa7f03 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -697,6 +697,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) { </div> <h3>{{_i}}Markup{{/i}}</h3> <p>{{_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}}</p> +<pre class="prettyprint linenums"> +<a href="#" rel="tooltip" title="first tooltip">{{_i}}hover over me{{/i}}</a> +</pre> <h3>{{_i}}Methods{{/i}}</h3> <h4>$().tooltip({{_i}}options{{/i}})</h4> <p>{{_i}}Attaches a tooltip handler to an element collection.{{/i}}</p> |
