button modal show code example
Example 1: programmatically show modal boostrap
$('#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>