js trigger bootstrap modal code example
Example 1: programmatically show modal boostrap
$('#myModal').modal('show');
Example 2: html data-target modal
$('#myModal').modal('show')
$('#myModal').modal('show');
$('#myModal').modal('show')