$(window).bind("beforeunload",function(){
return "cant be seen in ff";
});
The problem is that i can’t see the “cant be seen in ff” on the confirm box in my FireFox browser, but works well in other browsers(IE Chrome)
Any solutions??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See this: https://bugzilla.mozilla.org/show_bug.cgi?id=588292
It looks like forefox decided to remove the support for the beforeunload as we know it.