带回调函数的 消息框:

$.messager.alert({ 
    title:'消息', 
    msg:'电话号码 只能是数字!',
    icon: 'info',
    width: 300,
    top:200 , //与上边距的距离
       fn:function(){
          document.getElementById('dlg_tel_number').focus();//文本框 获取焦点
          return;
       }
});

 

相关文章:

  • 2022-12-23
  • 2021-09-16
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
猜你喜欢
  • 2021-07-13
  • 2021-12-14
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
相关资源
相似解决方案