如何使用 jquery 将光标拉到某个位置?
我正在尝试制作一个四处移动的光标,但是当您停止移动鼠标时,它会拉向页面上的某个点,我该如何使用 javascript/jquery 来做到这一点?
I am trying to make a cursor that moves around but when you stop moving the mouse it pulls toward a point on the page, how can I do this using javascript/jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您无法使用 JavaScript 移动光标。
无论如何,这会非常烦人。
You can't move the cursor with JavaScript.
It would be incredibly annoying anyways.
之前讨论过。
jQuery 设置鼠标位置(不是光标位置)
Was previously discussed.
jQuery Set Mouse Position (not cursor position)