Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

datepicker


jdPicker : jQuery Date Picker

jdPicker is a light datepicker (~20Ko) that allows you to easily customize its behaviour and style.

It's been developped as a fork of the excellent Date Input to add a lot of functionnalities.

To quote a few you can set a minimum date, a maximum date, disallow the selection of specific dates, recurring ones, days of the week, you can either display it inline or as a dropdown DHTML popup, ...

To see all those functionnalities please refer to the project page.

jQuery Tools / Dateinput

HTML5 date input for humans

jQuery Tools Dateinput tool brings HTML5 date input to all browsers in such a way that you can make it look and behave like you want. This small candy weights only 2.0 Kb.

HTML5 input types and attributes

This tool brings HTML5 <input type="date" /> support to all browsers in a consistent and standardized manner today. The date field is just like any other form field which can be scripted and submitted. Opera will render date input even if JavaScript is disabled.

For nerds and humans

Call $(":date").dateinput(); and all your HTML5 date inputs are working. End users can select dates with the mouse or with the keyboard arrow keys. Hackers can use VIM keyboard shortcuts (HJKL) to navigate between dates and months.

Any+Time™ Datepicker/Timepicker AJAX Calendar Widget with Optional TimeZone Support

The Any+Time™ JavaScript Library includes a highly-customizable, jQuery-compatible datepicker/ timepicker (calendar/ clock widget) and a powerful Date/String parse/format utility. Use it to create a date/time picker with advanced features and options not found in other calendar/clock widgets:

DATE/TIME OPTIONS:

* 12-hour or 24-hour clock
* custom date/time format (countless possibilities, including JSON and XML)
* date-only, time-only, or specific fields!
* date/time range limits
* era-selection (BCE/CE, BC/AD, etc.)
* start week on any day (Sunday, Monday, etc.)
* custom base for 2-digit years (1900, 2000, etc.)
* UTC offsets/time zones

STYLING OPTIONS:

* custom labels/languages
* custom CSS styles
* jQuery UI Theming
* jQuery UI Theme Switcher
* jQuery ThemeRoller
* pop-up or always-present picker
* visible or hidden field

PROGRAMMER-FRIENDLY:

* easy to implement with only one statement
* easy AJAX validation
* easy Date/String conversion, including JSON and XML
* create multiple pickers at once
* easy removal
* easy to extend

USABILITY FEATURES:

* em-based relative-size
* single-click value selection
* WAI-ARIA 1.0 keyboard accessibility
* double-click select-and-dismiss

Use AnyTime.Converter to parse a String into a Date, or convert a Date to a String. Many format options are supported—in fact, most of the fields specified by the MySQL DATE_FORMAT() function!

jquery action

※ Project Home : http://code.google.com/p/jquery-action
※ SVN : http://jquery-action.googlecode.com/svn/trunk/action
※ Document : https://docs.google.com/Doc?docid=0AWNiF48pXz7hZGZrN3hwejRfMTlrd2ttczVkY...
※ Demo : http://jquery-action.googlecode.com/svn/trunk/action/demo.html

jQuery Action 이하 액션은 반복적으로 자주 사용되는 웹인터페이스 작업을 쉽고 간편하게 재사용할 수 있는 라이브러리를 제공하는 웹개발 도구입니다.
2008년 처음 자바스크립트로 개발하였고, 액션 2.0 버전부터 jQuery 라이브러리를 사용하여 재개발하였습니다.
액션의 처음 기획은 폼 데이터를 서버로 전송하기 전에 해야할 일련의 작업을 쉽고 간편하게 사용하기 위함이였으나, 현재는 그외 새로운 기능들을 추가하여 배포하고 있습니다.

jQuery Timepicker Addon

The Timepicker Addon is a plugin to add a timepicker to jQueryUI's datepicker. It can handle date and time, or just time. Many options allow you to format your time, default time, and have time steps (via a slider).

// date and time
$('input').datetimepicker({...});
// or just time
$('input').timepicker({...});

World Calendars

There are many different calendars used throughout the world. This plugin aims to make them accessible in JavaScript in a consistent manner. The currently implemented calendars are:

* Gregorian
* Taiwan
* Thai
* Julian
* Persian
* Islamic
* Hebrew
* Ethiopian
* Coptic
* Mayan

Basic functions for the calendars include:

* Creating and updating dates
* Converting between dates in different calendars
* Formatting and parsing of dates

In addition there is a datepicker that can be used with any of the calendars. Its abilities include:

* Available as a popup for an input/textarea field or inline in a div/span
* Trigger popup on focus, via a button, or both
* Full keyboard equivalents
* Predefined common date formats or define your own
* Restrict by minimum and/or maximum date
* Day-by-day selectability and/or styling
* Ability to update an alternate field with the date in a different format
* Select a range of dates or multiple individual dates

Date Entry Fields

Sets an input field up to accept a date value using a spinner.

* Can be driven via the keyboard or with the mouse.
* Accepts direct date entry via the keyboard.
* Allow various date formats including day and/or month names.
* Can restrict to a minimum and/or maximum date.
* Localisations available.

See also the world calendars, date picker and time entry plugins.

jQuery Datepicker

A highly customisable datepicker. This plugin formed the basis for the jQuery UI Datepicker. It is made available as a separate plugin since the UI team desired simplified functionality for their version.

Note: Version 4.0.0 is a major rewrite of the plugin and there are some compatibility issues when upgrading. See the documentation page for more details.

Features include:
* Available as a popup for an input/textarea field or inline in a div/span
* Trigger popup on focus, via a button, or both
* Full keyboard equivalents
* Predefined common date formats or define your own
* Restrict by minimum and/or maximum date
* Day-by-day selectability and/or styling
* Ability to update an alternate field with the date in a different format
* Select a range of dates or multiple individual dates
* Show week of the year and/or days from other months
* Display any number of months