Mouse move on element

Chalist picture Chalist · Jan 21, 2010 · Viewed 13.9k times · Source

How i can move curser with jquery on an element when page loading is over?

Thanks

Answer

JP Silvashy picture JP Silvashy · Jan 21, 2010

This is not possible.

I also disagree with highjacking the users mouse position, even if it were possible. If you did that to me as a user I would immediately leave your site.

JavaScript was designed this way on purpose. Imagine the internet as it is today with all the crappy sites and exploits out there, mix in the ability to control the users mouse and you have a much worse experience.

Let your users decided what they want to click on.