#1.) how can i change the helper element with the over and out events of sortable? basically i want the draggable item to turn into other dom elements during the drag.
#2.) if my draggable is a <img />, why is the placeholder automatically also created as an <img>? how do i override that default behavior. i want my placeholders to be $('<div>drop here</div>') while still letting the draggable be $('<img />') #3.) is there more detailed explanations on how ui.helper, ui.item, ui.placeholder works when being dropped from a draggable? all i know is the ultimately the dropped item is the ui.item. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery-ui@googlegroups.com To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---