You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page under http://api.jquery.com/unload/ shows an example with alert which no longer works (in Chrome, Firefox) due to browser changes. The only allowed thing to do in the beforeunload handler are returning a string.
The page under http://api.jquery.com/unload/ shows an example with
alert
which no longer works (in Chrome, Firefox) due to browser changes. The only allowed thing to do in thebeforeunload
handler are returning a string.Originally reported as a jQuery bug: http://bugs.jquery.com/ticket/14559
The text was updated successfully, but these errors were encountered: