带回调函数的 消息框:
$.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删除。