data-dismiss makes the current modal window force close
data-toggle opens up a new modal with the href content inside it
<a data-dismiss="modal" data-toggle="modal" href="#loginModal">Click</a>
or
<a data-dismiss="modal" onclick="call the new div here">Click</a>