2020-10-02 10:41:09 +02:00

3 lines
86 B
JavaScript

$('#myModal').on('shown.bs.modal', function () {
$('#myInput').trigger('focus')
})