开发者

Looking for JQuery drag and drop features

开发者 https://www.devze.com 2023-01-16 04:16 出处:网络
Here\'s what I want to achieve. I want to be able to have a list of words, which I can drag over an input field and drop into the value. I want to be able to d开发者_StackOverflowo this multiple time

Here's what I want to achieve.

I want to be able to have a list of words, which I can drag over an input field and drop into the value. I want to be able to d开发者_StackOverflowo this multiple times possibly with the same word, to go in more that one input field.

Basically I'm sorting words into groups.

If anyone could point me at a JQuery library that can do this sort of thing, that would be great.

Cheers, Thomas.


Have a look at jQuery UI's draggable and droppable functions:

http://jqueryui.com/demos/draggable/ and http://jqueryui.com/demos/droppable/

0

精彩评论

暂无评论...
验证码 换一张
取 消