Jorge
Jorge

Reputation: 18257

problem with drag and drop

I'm trying to accomplish an pretty easy drag and drop but it doesn't work for me the code its fine. What i'm doing wrong. here's my example

Upvotes: 1

Views: 134

Answers (1)

Aaron
Aaron

Reputation: 1583

You have inconsistencies with your markup and jquery selectors.

You are referencing $("#pool") but in your drop html you have the id as "drop"

Upvotes: 4

Related Questions