帶回調函數的 消息框:
$.messager.alert({ title:'消息', msg:'電話號碼 只能是數字!', icon: 'info', width: 300, top:200 , //與上邊距的距離 fn:function(){ document.getElementById('dlg_tel_number').focus();//文本框 獲取焦點 return; } });
帶回調函數的 消息框:
$.messager.alert({ title:'消息', msg:'電話號碼 只能是數字!', icon: 'info', width: 300, top:200 , //與上邊距的距離 fn:function(){ document.getElementById('dlg_tel_number').focus();//文本框 獲取焦點 return; } });
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。