From: jeresig Date: Tue, 12 Jan 2010 22:03:34 +0000 (-0500) Subject: Make sure that the focusin and focusout easy-bind methods are exposed. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=1d8b3a9af22c6c34383b6653ecc1e44c48325b94 Make sure that the focusin and focusout easy-bind methods are exposed. --- 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 ) {