jquery-simulate
jquery-simulate copied to clipboard
Question on Mouse Hover on elements.
I'm not sure I'm using this right to simulate an mouseover on an element. I'm trying something like:
$(".btn").first().simulate("mouseover", 339, 1023)
But it doesn't seem to pick up the hover. I've also tried mousemove
.