jQuery Calendar Widget Plugin

A simple jQuery Calendar Widget Plugin with a month view. You can specify which month you would like to display or have it display the current month. With just 100 lines of Javascript code, this plugin is light-weight and perfect for its purpose.

Demo:

Please enable Javascript to view this calendar.

Usage:

$("#calendar").calendarWidget({
month: 5,
year: 2009
});

Demo HTML:

<div id="calendar">
<p>Please enable Javascript to view this calendar.</p>
</div>

Download:

jquery.calendar-widget.js

Looking for more?

Looking for more calendars? Check out PHP Calendars and Javascript (no jQuery) Calendars from CodeCanyon.