3
Answers

Not Run Jquery Method ?

Photo of Sourabh Dhiman

Sourabh Dhiman

5y
559
1
$(window).on("beforeunload", function () {
debugger;
var id = getCookie();
console.log("TestID =" + id);
removeSoftbooking(id);
})
 
This code run successfully then reload browser . but not run this method close a browser and close a browser tab .
Any help me please  ?

Answers (3)