jquery event: Fixing event.currentTarget for live().
This commit is contained in:
parent
883450b702
commit
48164ee603
2 changed files with 13 additions and 1 deletions
|
@ -577,6 +577,7 @@ function liveHandler( event ){
|
|||
});
|
||||
|
||||
jQuery.each(elems, function(){
|
||||
event.currentTarget = this.elem;
|
||||
if ( this.fn.call(this.elem, event, this.fn.data) === false )
|
||||
return (stop = false);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue