Created
May 11, 2011 08:43
-
-
Save solars/966125 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JQ.getJSON(getServer(), args, function(data) { | |
alert("close response received"); | |
}); | |
fired on JQ(window).unload(function() | |
// receiving it from firefox on reload | |
// not receiving it from chrome on reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment