doing stopPropgatation, preventDefault on the events
This commit is contained in:
parent
202436383d
commit
dda7a186e1
|
@ -1148,6 +1148,8 @@
|
|||
if (element !== undefined) {
|
||||
fireEvent(element, objectToEvent(evt));
|
||||
}
|
||||
evt.stopPropagation();
|
||||
evt.preventDefault();
|
||||
};
|
||||
$(element).bind(this.type, this.handler);
|
||||
k();
|
||||
|
|
Loading…
Reference in New Issue
Block a user