button click to show modal code example
Example 1: display modal without button click
$("#getCodeModal").modal("show");
Example 2: show a modal
<a onclick=\"$('#login').modal('hide');$('#lost').modal('show');\" href='#'>Click</a>
$("#getCodeModal").modal("show");
<a onclick=\"$('#login').modal('hide');$('#lost').modal('show');\" href='#'>Click</a>