diff options
| author | fat <[email protected]> | 2013-12-26 20:26:27 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-12-26 20:26:27 -0800 |
| commit | c595db19ff21b5782cf0d510a34ee943508d115c (patch) | |
| tree | cbc5503a9e23111641b46bd3292d72303d540da6 /javascript.html | |
| parent | 499cca2115bd51c39a8f4ee659ad81082a6b4a5f (diff) | |
| download | bootstrap-c595db19ff21b5782cf0d510a34ee943508d115c.tar.xz bootstrap-c595db19ff21b5782cf0d510a34ee943508d115c.zip | |
fixes #10911 - add loading event for use with remote option :|
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 --> |
