js show modal code example
Example 1: open modal in jqwuery
$("#myModal").modal('show')
Example 2: show a modal
<a onclick=\"$('#login').modal('hide');$('#lost').modal('show');\" href='#'>Click</a>
$("#myModal").modal('show')
<a onclick=\"$('#login').modal('hide');$('#lost').modal('show');\" href='#'>Click</a>