JQuery 'beforeunload' event is not getting executed in Microsoft Edge Browser but does get executed in IE

前端 未结 0 872
猫巷女王i
猫巷女王i 2020-12-31 08:58

I have a function in a JS file in my Struts application that looks like this

$(window).bind(\'beforeunload\', function (event) {
  ExecuteSomeLogicHere()
  re         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题