Reputation: 1
I was playing around with jQuery's draggable and droppable functions. I thought it would be good practice to try and implement drag-and-drop functionality to an existing program. This is the program I wanted to use. The implementation I was thinking of was being able to drag the game pieces into the board, but I'm not sure how to get started. Can anyone help me out a bit?
Upvotes: 0
Views: 772
Reputation: 441
This too is a great website for a jquery drag and drop tutorial,
http://www.elated.com/articles/drag-and-drop-with-jquery-your-essential-guide/
Upvotes: 2
Reputation: 475
Here are some tutorials that cover how to implement jQuery drag and Drop:
http://viralpatel.net/blogs/2009/05/implement-drag-and-drop-example-jquery-javascript-html.html
http://www.codeproject.com/KB/webforms/JQueryPersistantDragDrop.aspx#
Upvotes: 3