This example shows how to use Element.plug() to plug in the dd-plugin.
Drag the rectangle. The Node is made draggable by the dd-plugin.
Code-example:
<body>
<div class="container"></div>
</body>
<script src="itsabuild-min.js"></script>
<script>
document.getElement('.container').plug('dd');
</script>