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