refresh

The refresh() method reloads the current instance of the MonthYearPicker widget.
The optional parameter options gives the possibility to extend the initial options with the new ones.

<input id="picker"></input>

<script type="text/javascript">
    $(function () {
        $("#picker").shieldMonthYearPicker({
        });

        $("#picker").swidget().destroy();
    });

</script>