MySQL
2
Вклад в тег
<button type="submit" id="button">Открыть</button>function test_modal() {
$('#button').click();
}
test_modal();function test_modal() {
$('#myModal').modal('show');
}
test_modal();