Jquery UI 中回调函数的参数是什么
我正在使用jquery UI中的draggable, 我想知道 UI 参数有什么,因为我想知道调用 stop() 回调函数的句柄位置。
然后我想设置一个值以将可拖动对象移动到特定位置。知道了这一点,我该如何设置该值(如滑块)。 http://jqueryui.com/demos/slider/#option-value
谢谢,
I'm using draggable from jquery UI,
I want to know what does UI argument has, because I want to know the handle position calling the stop() callback function.
Then I want to set an value to move the draggable to a specific position. Knowing that, how can I set the value, (like slider). http://jqueryui.com/demos/slider/#option-value
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不想这么说,但 RTFD:
http://jqueryui.com/demos/draggable/
I hate to say it, but RTFD:
http://jqueryui.com/demos/draggable/
选项
和
事件
读起来
Options
and
Events
read up