Jquery 调整丢失光标的大小

发布于 2024-10-31 18:04:56 字数 169 浏览 0 评论 0原文

我创建小调整大小框(红点调整大小): http://jsfiddle.net/a66Zc/ 当我缓慢地使用鼠标光标时,这工作得很好,但是当我更快地使用光标时,我的调整大小阻塞或不起作用。 为什么? 我太快了?:p

I create small resizing box (red dot to resize): http://jsfiddle.net/a66Zc/
This works fine, when i use mouse cursor slowly, but when I use cursor faster my resizing blocking or doesn't work good.
Why?
I'm too fast?:p

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

月光色 2024-11-07 18:04:57

就像您对 mouseup 所做的那样,您应该在文档上设置 mousemove

示例位于 http://jsfiddle.net/gaby/a66Zc/1/

Just like what you have done with the mouseup, you should set the mousemove on the document..

example at http://jsfiddle.net/gaby/a66Zc/1/

清旖 2024-11-07 18:04:57

因为它在鼠标位于小框上方时起作用,所以当您快速向上或向下移动时,光标移动的速度比框快,因此光标离开框,因此拖动不再有效。

Because it works when the mouse is over the small box, when you move up or down quickly, your cursor moves quicker than the box, hence the cursor leaves the box and consequently the dragging is no longer active.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文