Re: drag and drop help needed
Could you please provide a link to your page?
That usually happens.
When the page loads, the DOM traverses along the matched elements and tries to append functions as coded in your script.
When you added new elements via DOM, you need to call back the function and bind it to the DOM again.
Hope that makes sense.