j-ulrich / jquery-simulate-ext

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

Example of mouse move? #5

Closed raptor235 closed 11 years ago

raptor235 commented 11 years ago

Hey there, could you post an example of a mouse move? Trying to utilize your framework but the documentation is a bit blurry would be great to see an example of moving a mouse.

j-ulrich commented 11 years ago

When you say "mouse move", do you mean simulation of mousemove events or simulation of drag & drop? In both cases, it should be clear that you will not see the mouse cursor moving because all the plugin does is simulating the events for the browser.

Regarding the example, did you have a look at the live examples (e.g. http://jsfiddle.net/Ignitor/Psjhf/)? Push the "Simulate drag-n-drop" button and don't move your mouse. What you will see is the simulation of a mousedown on the slider, followed by the simulation of mousemove events and finally the simulation of a mouseup and a mouseclick to release the slider.

It would be nice if you could tell me which part of the documentation you find unclear so that I can improve/rewrite it.

j-ulrich commented 11 years ago

Closing due to inactivity. Reopen if something is still unclear.