X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fevent.js;h=ea1c14e9436c15d12d732a6f97d58ff357822186;hb=1d8b3a9af22c6c34383b6653ecc1e44c48325b94;hp=c28e3704f9cfb319a974ac389dc651ceb5a698ef;hpb=61983cbf176c599687c36ffbf4b64ae8697486a3;p=jquery.git diff --git a/src/event.js b/src/event.js index c28e370..ea1c14e 100644 --- a/src/event.js +++ b/src/event.js @@ -910,7 +910,7 @@ function liveConvert( type, selector ) { return ["live", type, selector.replace(/\./g, "`").replace(/ /g, "&")].join("."); } -jQuery.each( ("blur focus load resize scroll unload click dblclick " + +jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " + "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " + "change select submit keydown keypress keyup error").split(" "), function( i, name ) {