aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-21 21:40:14 -0700
committerChris Rebert <[email protected]>2015-04-21 21:40:14 -0700
commitc6b62f0cd99f66e716bffaf306fe3ddbe5decfc0 (patch)
treebda8485ce567c60e10e21c1810a1f166a0f51f9b /docs/_includes
parent7993251b1c3c160e0a7553175cedf35f103fa928 (diff)
parent3d71eae3011b10daa558baf494b019925fee5f60 (diff)
downloadbootstrap-c6b62f0cd99f66e716bffaf306fe3ddbe5decfc0.tar.xz
bootstrap-c6b62f0cd99f66e716bffaf306fe3ddbe5decfc0.zip
Merge pull request #16147 from Johann-S/event_inserted
Fixes #16124.
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/popovers.html4
-rw-r--r--docs/_includes/js/tooltips.html4
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html
index 5f3939987..dadddafc3 100644
--- a/docs/_includes/js/popovers.html
+++ b/docs/_includes/js/popovers.html
@@ -293,6 +293,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
<td>hidden.bs.popover</td>
<td>This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete).</td>
</tr>
+ <tr>
+ <td>inserted.bs.popover</td>
+ <td>This event is fired after the <code>show.bs.popover</code> event when the popover template has been added to the DOM.</td>
+ </tr>
</tbody>
</table>
</div><!-- /.table-responsive -->
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index d606929ba..a8914b180 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -260,6 +260,10 @@ $('#example').tooltip(options)
<td>hidden.bs.tooltip</td>
<td>This event is fired when the tooltip has finished being hidden from the user (will wait for CSS transitions to complete).</td>
</tr>
+ <tr>
+ <td>inserted.bs.tooltip</td>
+ <td>This event is fired after the <code>show.bs.tooltip</code> event when the tooltip template has been added to the DOM.</td>
+ </tr>
</tbody>
</table>
</div><!-- /.table-responsive -->