Commit 340d9013 authored by Yohn's avatar Yohn

Update docs/templates/pages/javascript.mustache

parent 2a5fde27
...@@ -781,11 +781,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -781,11 +781,10 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</tr> </tr>
<tr> <tr>
<td>{{_i}}container{{/i}}</td> <td>{{_i}}container{{/i}}</td>
<td>{{_i}}string{{/i}}</td> <td>{{_i}}string | false{{/i}}</td>
<td>''</td> <td>{{_i}}false{{/i}}</td>
<td> <td>
<p>{{_i}}Usefull if your tooltip is within a btn-group or modal{{/i}}</p> <p>{{_i}}Appends the tooltip to a specific element <code>container: 'body'</code>{{/i}}</p>
<p>{{_i}}Appends the tooltip to a specific element <code>container: '#Modal'</code>{{/i}}</p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment