<button type="submit" onclick="setAlert(1);" data-dismiss="modal" data-toggle="modal" data-target="#setAlert2">Открыть</button>
<button type="submit" id="button">Открыть</button>
function test_modal() {
$('#button').click();
}
test_modal();
function test_modal() {
$('#myModal').modal('show');
}
test_modal();