1. FullCalendar
FullCalendar is a famous jQuery calendar plugin which offers features like drag-and-drop, integration with Google Calendar and able to fetch events through JSON. Designers can easily customize the look and feel of the calendar, while developers can utilize the exposed hooks for user-triggered events.
2. Astonishing iCal-like Calendar
This is a tutorial which uses both jQuery and CSS to build an iPhone styled calendar application. The author also implement the Coda-like effect for the popup event.
3. jQuery UI Datepicker
The jQuery UI Datepicker is a highly configurable plugin that adds date picker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in buttons and other navigation options easily.
4. jMonthCalendar
jMonthCalendar supports full month calendar and events. The interesting part of this plugin is it allows developers to interact with the calendar.
5. Date Picker
Date Picker is a jQuery calendar plugin released under MIT and GPL licenses. It has a lot of options and features. For example, you can have multiple calendars in the component, mark dates as special days, easy to customize through CSS and allow different selection modes. All these can be easily setup though the configuration options.
6. jQuery Week Calendar
jQuery Week Calendar is a plugin which will include a weekly calendar in the web application. The events can be supplied as an array or JSON, and these events can be easily drag, drop and resize. There are a lot of options and event callbacks which you can refer through the official plugin page.
7. Simple jQuery Date-picker Plugin
This is a very simple date picker plugin. However, it provides a lot of useful and necessary features for a date picker. For example, you can easily navigate to the months and years through the drop down selection boxes.
8. jQuery Date Picker Plugin
This is an clean, unobtrusive plugin for jQuery which allows you to easily add date picker to your web forms and pages. There are a lot of configurations and options for this simple plugin. You can refer to the plugin page for more examples of how to use this plugin.
9. jQuery Interactive Date Range Picker
This powerful date range picker is a modified version of jQuery UI’s Datepicker component. It has a quicker date selection from a list of preset dates/ranges and a smooth transitions. The latest version uses the jQuery UI 1.7 and jQuery UI CSS Framework. With the power of jQuery UI, user can now switch the calendar theme easily.
'Web Platform' 카테고리의 다른 글
javascript Map 구현 (0) | 2010.06.28 |
---|---|
3자리 마다 콤마 찍기 (0) | 2010.06.28 |
jQuery ajaxSubmit 간단 예제 (0) | 2010.06.28 |
jQuery에서 체크 박스 전체 선택 or 전제 해제 (0) | 2010.06.28 |
IHttpModule 을 이용한 Page Response Time 측정 (0) | 2010.06.18 |