---
title: Drag outside tree
layout: page
js: examples/drag-outside.js
css: example.css
---
« Example 11
Example 13 - drag node outside tree
drag here
javascript
{% highlight js %}
$('#tree1').tree({
onDragMove: handleMove,
onDragStop: handleStop
});
{% endhighlight %}