diff options
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/javascript.html b/javascript.html index be253ab0d..fe24dd9c1 100644 --- a/javascript.html +++ b/javascript.html @@ -403,6 +403,10 @@ $('#myModal').modal({ <td>hidden.bs.modal</td> <td>This event is fired when the modal has finished being hidden from the user (will wait for CSS transitions to complete).</td> </tr> + <tr> + <td>loaded.bs.modal</td> + <td>This event is fired when the modal has loaded content using the remote option.</td> + </tr> </tbody> </table> </div><!-- /.table-responsive --> |
