Facebook 如何编辑个人资料图片缩略图?
我正在开发一个迷你画廊,需要像 Facebook 一样编辑缩略图。用Jquery可以吗? 拖动具有特定容器的区域并获取顶部和左侧坐标,我只想获取坐标。
请给我一些想法,谢谢
I'm developing a mini gallery and need to edit thumbnails as facebook does. Is it possible with Jquery?
drag an area with a specific container and get top and left coordinates, I just want to get the coordinates.
please give me some idea, thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尝试过 Jcrop 吗?
Have you tried Jcrop?
使用 jQuery Draggable UI: http://jsfiddle.net/antonysastre/j9UUm/10/
基本上对可拖动元素使用包含,该元素是动态计算的并通过溢出隐藏。
简而言之:
HTML、
Javascript
、CSS
Using jQuery Draggable UI: http://jsfiddle.net/antonysastre/j9UUm/10/
Basically using a containment on the draggable element that is dynamically calculated and hidden with overflow.
In short:
The HTML
The Javascript
The CSS