Looking for JQuery drag and drop features
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/
精彩评论