码上敲享录 > jquery入门实例分享 > DialogBySHF.Alert确定后如何回调方法

DialogBySHF.Alert确定后如何回调方法

上一章章节目录下一章 2018-08-24已有2023人阅读 评论(0)

DialogBySHF.Alert确定后执行代码


解决方法:

1.第一种

$.DialogBySHF.Alert({ Width: 350, Height: 190, Title: "温馨提示", Content: '操作失败!', ConfirmFun: function(){alert();}});


1.第二种

$.DialogBySHF.Alert({ Width: 350, Height: 190, Title: "温馨提示", Content: '操作失败!', ConfirmFun: callback});


本文链接:http://www.yayihouse.com/yayishuwu/chapter/1534


向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
0

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交