refresh

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

    <div id="pager"></div>
    <script type="text/javascript">
    $(function () {
        $("#pager").shieldPager({
            totalItems: 99
        });
    });

    $("#pager").swidget().refresh();
 
    </script>