bootstrap模态框输入框聚焦

$('#save_modal').on('shown.bs.modal', function (e) {
$('#template_name').focus();
});

save_modal :模态框id

template_name:模态框中需要聚焦的输入框

你可能感兴趣的:(bootstrap模态框输入框聚焦)