$('#myModal').on('shown.bs.modal', function () { ... setTimeout(function (){ $('#textareaID').focus(); }, 1000); })