拦截所有警报并将其转换为通知
因此,我在整个过程中使用 Gritter 作为通知站点,并且想知道是否有一种简单的方法可以使用 jQuery 来分割任何脚本抛出的所有alert(),并将警报的值重新格式化为 Gritter 通知的正文?
So I'm using Gritter for notifications throughout a site, and was wondering if there was a simple way to intersept all the alert() s thrown by any script, with jQuery, and reformat the value of the alert to the body of a Gritter notification?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以替换
alert
函数并使用参数执行您想要的操作:You can replace the
alert
function and do whatever you want with the arguments: