Reputation: 18257
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
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