I have trying to use the script:
var dragFeedback = $(".jqx-tree-item.jqx-draggable-dragging");
dragFeedback.css({
'width': '65px',
'height': '65px',
'background-image': 'url(http://www.jqwidgets.com/wp-content/design/i/ico_rocket.svg)'
});
dragFeedback.text('');
but I am finding a peculiar effect.
a) the icon does not disappear after dropping (i.e. releasing the mouse button), and
b) on subsequent drags the icon stubbornly clings to the left hand border of the widget.
Do you have any idea what this behaviour might be attributed to, and secondly, how to correct it – so that it haves as in the example?
Many thanks,
Alastair