jquery-simulate
jquery-simulate copied to clipboard
pointerdown and pointerup events in IE & edge
$(element).simulate('mousedown') does not trigger pointerdown in IE & Edge $(element).simulate('pointerdown') triggers an error Same for mouseup vs. pointerup.
This makes portable tests a lot more complex than they could be and derail the purpose of jQuery.simulate for mouse events when targeting IE & Edge.