user1184100
user1184100

Reputation: 6894

Droppable area not accepting drag element - jquery ui

Here's my jfiddle http://jsfiddle.net/z3uUF/3/ I'm trying to drop element with the image to dropbox(to droppable area) .It works fine within the jfiddle... But if i copy paste the same code n check in my local machine after dropping the element into droppable area it doesn't take the draggable element , i need to place the drag element next to dropbox only then it takes. I'm not able to figure out solution ... :(

Upvotes: 1

Views: 843

Answers (1)

natedavisolds
natedavisolds

Reputation: 4295

Since it works in jsfiddle (and it did), it will be hard to diagnose for me.

My gut feeling is that it has something to do with the accept parameter on the droppable. I would start by removing that.

Upvotes: 1

Related Questions