Writing draggable elements with jQuery?
How can you write on this draggable element? Means if I double click the dragging widget it then开发者_如何学编程 text starts to get edit and write text in it.
http://jqueryui.com/demos/draggable/
Maybe you are looking for the plugin jEditable which does what you need i think. You could also try to combine both things
精彩评论