kupriyanenko / jbone

JavaScript Library for Events and DOM manipulation. Replaces jQuery for Backbone (2.5kb gzipped)
http://jbone.js.org
MIT License
279 stars 35 forks source link

Trigger of multiple events are different from jQuery and Zepto #54

Closed henryruhs closed 2 years ago

henryruhs commented 9 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.

kupriyanenko commented 8 years ago

@redaxmedia agree with you, will be fixed