diff options
| author | fat <[email protected]> | 2012-12-22 13:24:37 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2012-12-22 13:24:37 -0800 |
| commit | fad0fb683bdcc71f5ffc9c18300dd19427b588ae (patch) | |
| tree | c0db6c6bb38e13ec266475b74dc67d1fc0c0b71c /docs/templates/pages/javascript.mustache | |
| parent | e2434fefbd9d68e79d4ecae1f41b018b2c1d4199 (diff) | |
| download | bootstrap-fad0fb683bdcc71f5ffc9c18300dd19427b588ae.tar.xz bootstrap-fad0fb683bdcc71f5ffc9c18300dd19427b588ae.zip | |
allow multiple trigger types in tooltip and popover + default tooltip to hover & focus
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 129c4858c..b891cfbd0 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -766,8 +766,8 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <tr> <td>{{_i}}trigger{{/i}}</td> <td>{{_i}}string{{/i}}</td> - <td>'hover'</td> - <td>{{_i}}how tooltip is triggered{{/i}} - click | hover | focus | manual</td> + <td>'hover focus'</td> + <td>{{_i}}how tooltip is triggered{{/i}} - click | hover | focus | manual. {{_i}}Note you case pass trigger mutliple, space seperated, trigger types.{{/i}}</td> </tr> <tr> <td>{{_i}}delay{{/i}}</td> |
