destroy

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

<input id="number" />
<script type="text/javascript">
    $(function () {
        $("#number").shieldNumericTextBox({
        });
  
        $("#number").swidget().destroy();
    });
</script>