show modal via class code example
Example 1: programmatically show modal boostrap
$('#myModal').modal('show');
Example 2: add modal.open class to body
this.$body.addClass('modal-open')
$('#myModal').modal('show');
this.$body.addClass('modal-open')