mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Merge branch 'master' of github.com:jquery/jquery
Conflicts: src/support.js
This commit is contained in:
commit
6832595ccd
@ -850,7 +850,7 @@ function trigger( type, elem, args ) {
|
||||
}
|
||||
|
||||
// Create "bubbling" focus and blur events
|
||||
if ( document.addEventListener ) {
|
||||
if ( !jQuery.support.focusinBubbles ) {
|
||||
jQuery.each({ focus: "focusin", blur: "focusout" }, function( orig, fix ) {
|
||||
|
||||
// Attach a single capturing handler while someone wants focusin/focusout
|
||||
|
Loading…
Reference in New Issue
Block a user