j-ulrich / jquery-simulate-ext

jQuery simulate extended
https://j-ulrich.github.io/jquery-simulate-ext/
Other
146 stars 48 forks source link

click coordinate.. #38

Closed mt2009 closed 7 years ago

mt2009 commented 7 years ago

why click coordinate is not working???

no difference between this two. it clicked the same spot (0,0) $link.simulate("click", coord); $link.simulate("click");

i tried all the coord combination, none of it work: coord = { pageX: 100, pageY: 50 }; coord = { clientX: 100, clientY: 50 }; coord = { screenX: 100, screenY: 50 };

how to make it click custom coordinate?

j-ulrich commented 7 years ago

Simulating click events is implemented by jquery-simulare itself, not by jquery-simulare-ext. So you would rather need to ask there. But both projects are not under active development anymore. So I guess you should not expect much support there as well. :-( Sorry.