diff options
| author | Johann-S <[email protected]> | 2015-03-24 20:47:35 +0100 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2015-04-08 13:10:53 +0200 |
| commit | 3d71eae3011b10daa558baf494b019925fee5f60 (patch) | |
| tree | e9388b7449a5ee14649c2640f172e1430a0ddef6 /docs/_includes | |
| parent | d37bc2ae651a4fc2fd4ca477ab5bdfaeba5aafde (diff) | |
| download | bootstrap-3d71eae3011b10daa558baf494b019925fee5f60.tar.xz bootstrap-3d71eae3011b10daa558baf494b019925fee5f60.zip | |
Add event after template inserted
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/popovers.html | 4 | ||||
| -rw-r--r-- | docs/_includes/js/tooltips.html | 4 |
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 --> |
