Drag and Drop from a list to other html elements
Hi there
This is my first post and i'm quite new to JQuery.
Basically i'm building a website for my local football team and I want to build a dynamic squad selector using JQuery. There will be a list of say 22 players on the left. The user then drags one of these players from the list and into one of 11 divs (or similar?) elements, until they have selected their favourite 11 players from the listed 22. When the user drags from the list into a div then this player is removed from the list (to prevent them being selected again). Once the 11 players have been selected I then want to be able to submit to a database.
Can somebody please give me some pointers. I've been playing around with some basic tutorials/examples but am not really sure how to achieve the above.
Any help/pointers will be appreciated