这是 jQuery 的另一个 bug 还是它应该以这种方式工作?
这是另一个 jQuery 的错误还是应该以这种方式工作?:
snap
选项按预期工作:http://jsfiddle.net/WsmVZ/
但是添加了一些边距后,它无法正常工作:http://jsfiddle.net/WsmVZ/1/
Is this another jQuery's bug or is it supposed to work this way?:
The snap
option works as intended: http://jsfiddle.net/WsmVZ/
But with some margin added, it does not work properly: http://jsfiddle.net/WsmVZ/1/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哈哈,您认为 100 像素对于 100 像素的对象来说是合理的边距吗?当盒子的可见元素相互接近时,它试图同时捕捉到两个竞争的侧面。
lol, you thought 100px was a reasonable margin for a 100px object? As the visible elements of the boxes approach each other it's trying to snap to two competing sides simultaneously.