JavaScript 图像工具箱
我想知道是否有一个 jquery 或 javascript 插件,允许您将元素添加到 div 中并将其移动并调整其大小(就像在 Photoshop 中一样)。
我必须制作一个名片编辑器,并且我正在寻找一种简单的出路(并且没有闪光灯)。
I want to know if there is a jquery or javascript plugin that allows you to add an element into a div and move it across it and resize it (just like you would in photoshop).
I have to make a business card editor and I'm looking for a easy way out (and no flash).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿 ciprian,有很多方法可以在 div 中移动 div 并调整其大小,但如果您要在此基础上制作更多图形,这里有一个很好的图形库: http://raphaeljs.com/
女巫具有拖放以及您期望的所有调整大小和转换功能。
然后有 http://jqueryui.com/demos/ 女巫可以拖动和调整大小。
hey ciprian theres plenty of ways to move and resize divs in divs but if you are doing more graphics on to of that theres a good graphics lib: http://raphaeljs.com/
witch has drag and drop and all resize and transform functions you would expect.
then theres http://jqueryui.com/demos/ to witch has draggle and resizable.