show tie in modal code example
Example 1: onclick open modal jquery
$('#myModal').modal('toggle');
$('#myModal').modal('show');
$('#myModal').modal('hide');
Example 2: call modal by id href
<a href="!#" data-toggle="modal" data-target="#login">
</a>