modal info box code example
Example 1: show a modal
<a onclick=\"$('#login').modal('hide');$('#lost').modal('show');\" href='#'>Click</a>
Example 2: alert modal
npm i bootbox
<a onclick=\"$('#login').modal('hide');$('#lost').modal('show');\" href='#'>Click</a>
npm i bootbox