next

Navigates to the next view. Does not change the calendar's views depth.


<div id="calendar" ></div>

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

    $("#calendar").swidget().next(); // navigates to the next month

</script>