I can drag LI items onto a Div.  Now I would like the Div to display
the LI text, or, variable values.  How do I access the object
properties?

Thanks, in advance,

$("li").draggable({helper: 'clone'});

$(".drop").droppable({
        accept: "li",
        drop: function(ev, ui) {
                   ...Insert code here...
        }
});

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to