sortable - click icon and drag parent container?
I'd like so that when I click the "drag" icon in a div element, that the div element is dragged and not simply the icon itself.
So far I can either drag the div or the icon but what I need is to click the icon and drag it (the icon) and it drags its parent container with it. Like when you click an application bar to move it around your screen.
How can I do this?
a second part to this question is, what is the recommended cross browser jquery WYSIWYG for in place editing as I would like the div mentioned above to be editable when the user clicks it.
thanks you advance