I am facing strange issue. when closing complete safari browser, I need to call one function using jquery post. but this is not calling when close safari browser. But beauty
According to Mozilla MDC, window.onbeforeunload won't return anything in Safari, so modify your code according to the linked example above.
There's another thread here on SO about this. Hope it helps.