jquery-simulate icon indicating copy to clipboard operation
jquery-simulate copied to clipboard

Question on Mouse Hover on elements.

Open Melonbwead opened this issue 10 years ago • 0 comments

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.

Melonbwead avatar Dec 01 '14 17:12 Melonbwead