diff options
| author | Mark Otto <[email protected]> | 2012-04-15 00:06:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-15 00:06:11 -0700 |
| commit | a4c2332eb1b5b4baf4309463ab88141d82c88c04 (patch) | |
| tree | e7e598f17308c9eacf039bdab55d89b438e23b7d /docs/javascript.html | |
| parent | 9e9be2dc0db5148e14a9fe2164dafd79c7dd71cd (diff) | |
| download | bootstrap-a4c2332eb1b5b4baf4309463ab88141d82c88c04.tar.xz bootstrap-a4c2332eb1b5b4baf4309463ab88141d82c88c04.zip | |
move js tooltip link
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index ce495414f..6f3cd9153 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -767,7 +767,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <h2>Example use of Tooltips</h2> <p>Hover over the links below to see tooltips:</p> <div class="tooltip-demo well"> - <p class="muted" style="margin-bottom: 0;">Tight pants next level keffiyeh <a href="#" rel="tooltip" title="first tooltip">you probably</a> 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 <a href="#" rel="tooltip" title="Another tooltip">have a</a> terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A <a href="#" rel="tooltip" title="Another one here too">really ironic</a> artisan whatever keytar, scenester farm-to-table banksy Austin <a href="#" rel="tooltip" title="The last tip!">twitter handle</a> freegan cred raw denim single-origin coffee viral. + <p class="muted" style="margin-bottom: 0;">Tight pants next level keffiyeh <a href="#" rel="tooltip" title="first tooltip">you probably</a> 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 <a href="#" rel="tooltip" title="Another tooltip">have a</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 <a href="#" rel="tooltip" title="Another one here too">whatever keytar</a>, scenester farm-to-table banksy Austin <a href="#" rel="tooltip" title="The last tip!">twitter handle</a> freegan cred raw denim single-origin coffee viral. </p> </div> <hr> |
