I can't seem to understand where I went wrong. Refer to this url to see the problem I'm describing (www.http://playcheckonline.com/test_draggable.html) I have this very simple script which is supposed to enable the card get dragged from the orange box (id box 2) into the green one (id box 1). Here's the entire script. I have links to the latest jquery and the jquery ui versions embedded at the beggining as you can see. Well, the script just won't work and there is no error message. Who can figure out the problem?
Presumably you'd want to restrict each card's movements to the green/orange boxes, and you'd also need a way of applying the action to a number of cards without declaring them all in the script. The find() method as you're currently using it doesn't appear to work though.
HTH,
Mecha Godzilla
Last edited by mecha_godzilla on Fri Mar 15, 2013 5:34 pm, edited 1 time in total.