jQuery UI 可拖动事件计时
我在 2d 滑块的手柄上使用 jQuery UI 可拖动交互。我使用 Draggable“拖动”事件来更新滑块被拖动时的位置。
我遇到的问题是,拖动事件似乎在被拖动的元素实际更改位置之前触发。因此,如果您使用拖动事件来报告被拖动元素的位置,它将报告其移出的位置,而不是移至的位置。
我需要以某种方式获取可拖动元素移动到的位置的数据。
任何帮助将不胜感激!
I'm using the jQuery UI Draggable interaction on the handle of a 2d slider. I use the Draggable "drag" event to update the position of the slider as it's being dragged.
The problem I'm having is that the drag event seems to fire before the element being dragged actually changes position. So, if you use the drag event to report the position of the element being dragged, it reports the position it's moved from, instead of the position it's moved onto.
I need to somehow get the data for the position the draggable element is being moved onto.
Any help would be much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样查找手柄的位置:
Look up the position of the handle like this: