Hi, I am trying to build a planner using draggable from menu items to a calendar style grid. So I have set up a textarea as dropabble. I can sucessfully drop multiple menu items into my textarea by appending them to the html for the textarea, but if I change the text in the textarea, by removing one of the items, which I would like to allow. The item is not removed from the html, and any new entries dragged in after this, even though added to the html are not visible in the textarea. I see no errors in Firebug.
Is there a way to achieve this, or am I going to have to use different droppable containers for each menu item dragged. How would I allow deletion of an item? Any help with strategy would be appreciated. You can see what I mean by going here http://webrecipemanager.com/ and logging in with user demo password demo99 then entering URL http://webrecipemanager.com/menuplanner.php -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
