Is there any way to manipulate mouse position using jQuery or javascript

I have a slide show that opens when I click on a thumbnail. Now I would like to know if there is a way to move the mouse using jQuery over the slide show controls?

+3
source share
4 answers

No no. You cannot move the mouse cursor using a client script.

+6
source

Yes there is! (But not much, not useful).

You can set a custom cursor that looks like a mouse pointer. This way you can get about 8 pixels of mouse pointer movement.

Everything is possible!

;)

+4
source

. - Javascript .

+3

, . JQuery Javascript. , .

, , . CSS JS/JQuery, cursor.

- "" , - ..

, cursor:none;, , . , , , , . , .

+1
source

Source: https://habr.com/ru/post/1765823/


All Articles