I am dragging an item from one tree to another – similar to the demo in:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtree/index.htm#demos/jqxtree/dragdrop.htm
I then refresh the display of both trees with an ajax call to the db to reload the tree data.
So far – this works well.
But my problem is the following: The dragged image is persistent – it is ‘sticky’ on the display – and I need to get rid of it when the ajax data refresh cycle is completed.
I don’t know if this ‘stickiness’ is a ‘feature’ of the tree widget – or if there is some attribute I need to set as part of the tree initialization.
Any guidance on this problem will be really appreciated!
Best regards,
Alastair