Commit f152dead authored by Yohn's avatar Yohn

Update docs/javascript.html

parent 68ff08cc
...@@ -849,6 +849,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ...@@ -849,6 +849,15 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p> <p>Object structure is: <code>delay: { show: 500, hide: 100 }</code></p>
</td> </td>
</tr> </tr>
<tr>
<td>container</td>
<td>string</td>
<td>''</td>
<td>
<p>Usefull if your tooltip is within a btn-group or modal</p>
<p>Appends the tooltip to a specific element <code>container: '#Modal'</code></p>
</td>
</tr>
</tbody> </tbody>
</table> </table>
<div class="alert alert-info"> <div class="alert alert-info">
......
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