mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 08:47:54 -05:00
Temporarily backing out commit bd474799bf.
This commit is contained in:
@@ -1069,11 +1069,6 @@ function liveHandler( event ) {
|
||||
return;
|
||||
}
|
||||
|
||||
// IE will still dispatch events on disabled elements, so halt it (#6911)
|
||||
if( event.target.disabled ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( event.namespace ) {
|
||||
namespace = new RegExp("(^|\\.)" + event.namespace.split(".").join("\\.(?:.*\\.)?") + "(\\.|$)");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user