destroy

The destroy() method destroys the instance of the Draggable widget.

<div id="div1">Hello DIV!</div>

<script type="text/javascript">
    jQuery(function ($) {
        $('#div1').shieldDraggable();

        $("#div1").swidget("Draggable").destroy();
    });
</script>