git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa5c4d8
)
Events that fire after the browser has already moved to another page no longer fire...
author
John Resig
<jeresig@gmail.com>
Tue, 25 Jul 2006 20:20:18 +0000
(20:20 +0000)
committer
John Resig
<jeresig@gmail.com>
Tue, 25 Jul 2006 20:20:18 +0000
(20:20 +0000)
jquery/jquery.js
patch
|
blob
|
history
diff --git
a/jquery/jquery.js
b/jquery/jquery.js
index
9aac295
..
178ed0a
100644
(file)
--- a/
jquery/jquery.js
+++ b/
jquery/jquery.js
@@
-1726,6
+1726,8
@@
jQuery.extend({
},
handle: function(event) {
+ if ( typeof jQuery == "undefined" ) return;
+
event = event || jQuery.event.fix( window.event );
// If no correct event was found, fail