Initialization of the module is the same as for other: ``` $('.ui.modal').modal(); ``` But then we need to use module's [behaviours](http://semantic-ui.com/modules/modal.html#/usage) to show/hide the modal. E.g.: ``` $('.long.modal').modal('show'); ```