Anonymous
Anonymous

Reputation: 1

Simple Drag and Drop Implementation

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

Answers (2)

KD12
KD12

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

Related Questions