$(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 ?
Any help me please ?
Puneet KankarPosted Oct 6, 2019, 3:57 AM
Try given below code snippet
Sourabh DhimanPosted Oct 8, 2019, 1:10 AM
Jaimin ShethiyaPosted Oct 3, 2019, 8:47 AM