jquery / jquery-simulate

jQuery Event Unit Testing Helpers
Other
173 stars 114 forks source link

Simulating click should simulate mousedown, mouseup, click #2

Open kborchers opened 11 years ago

jzaefferer commented 11 years ago

Taken a step further, it could also include mouseover/enter, focus/focusin, blur/focusout, mouseout/leave events. Focus/blur only if its focusable.