messager.alert 後某文本框得到焦點spa
$.messager.alert({ title:'消息', msg:'電話號碼 只能是數字!', icon: 'info', width: 300, top:200 , //與上邊距的距離 fn:function(){ document.getElementById('dlg_tel_number').focus();//文本框 獲取焦點 return; } });