href modal code example
Example 1: call modal by id href
<a href="!#" data-toggle="modal" data-target="#login">
</a>
Example 2: open modal in jqwuery
$("#myModal").modal()
<a href="!#" data-toggle="modal" data-target="#login">
</a>
$("#myModal").modal()