Tagged Questions
0
votes
2answers
899 views
JavaScript RemoveChild logic/question
I'm using Dojo Drag and Drop. When a user adds an item to a container (div dojoType='dojo.dnd.Source') then I need to get that data into a form so I can later process it on a server when the user ...