jQuery:拖动;将图像拖放到textarea中以将<img/>标记放入文本中

时间:2010-11-28 03:59:10

标签: jquery forms drag-and-drop textarea thumbnails

希望使用jQuery允许用户将图像缩略图从图像列拖动到表单textarea中。当用户将图像拖动到文本区域时,会在textarea中添加完整的img标记,因为表单支持HTML插入(是CMS的一部分)

理想情况下,添加的文字如下所示:

<img src="the src attribute of the image that was dragged in" alt="the alt tag of the image that was dragged in" />

图像列本身将由动态图像列表填充,它将包含一个简单的照片上传表单,该表单将使用AJAX进行更新。因此,用户可以轻松上传照片,然后将其拖到他们的博客文章/ textarea字段中。我知道如何做这部分,而不是拖放部分!

提前致谢。

斯科特

1 个答案:

答案 0 :(得分:2)

也许这篇文章Native Drag and Drop