Executing code after modal-body is loaded
Created by: Nerian
I am using a modal with the remote option. I'd like to be able to execute some code once the modal-body is loaded.
Currently the only events we have available is show
and shown
. I tried using shown
but loading the modal-body occurs after the shown event is fired.
How could I achieve this?