Closed henryruhs closed 2 years ago
I found this issue while writing unit tests that run again jBone, jQuery and Zepto.
$(element).trigger('mouseenter mouseleave');
In jBone both Events get fired one after another.
In jQuery and Zepto none of the events get fired - the trigger method supports only a single event.
@redaxmedia agree with you, will be fixed
I found this issue while writing unit tests that run again jBone, jQuery and Zepto.
In jBone both Events get fired one after another.
In jQuery and Zepto none of the events get fired - the trigger method supports only a single event.