Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for Date Input


Date Input 1.1.6

Download: date_input-1.1.6.zip
Size: 11.13 KB
md5_file hash: d0270e274cecd90fc7b714ebc19ea5a9
First released: July 5, 2008 - 10:51pm
  • Remove the requirement for the dimensions plugin, which is included in
    jQuery 1.2.6

Date Input 1.1.5

Download: date_input-1.1.5.zip
Size: 11.13 KB
md5_file hash: e9eba5ff913324a400baf31cbb418a8a
First released: June 1, 2008 - 7:57pm
  • Bugfix - In IE 6, the iframe layer had a great z-index than the actual calendar,
    so would obstruct it from view (#2683)

Date Input 1.1.4

Download: date_input-1.1.4.zip
Size: 11.07 KB
md5_file hash: 73eeb8e35902167abbeb746577a9699b
First released: May 18, 2008 - 6:13pm
  • Moved the z-index and other CSS declarations from the Javascript into the CSS
    file for easier customisation (#1521)
  • Bugfix - The current month should always be stored using the first day so we
    can be sure that day exists when the month is changed (#1717)

Date Input 1.1.3

Download: date_input-1.1.3.zip
Size: 11.05 KB
md5_file hash: d6f41b924ad6353dae0ffe7fc9752da0
First released: February 18, 2008 - 2:16am

Version 1.1.3

  • Bugfix - Customisations (translations etc.) now work in IE 6/7 [Heads up:
    Christian Jarhult]

Date Input 1.1.2

Download: date_input-1.1.2_0.zip
Size: 11.01 KB
md5_file hash: cbf01a431141f8d46b69d27cb855748e
First released: February 7, 2008 - 3:45pm

Version 1.1.2

  • Bugfix - Manually trigger a change event on the input when we change its
    value. [Heads up: Arne-Kolja Bachstein]
  • Bugfix - Don't allow IE6 select lists to show through. This was supposed to
    work but I obviously neglected my testing duties! [Heads up: kgmiller]

Date Input 1.1.1

Download: date_input-1.1.1.zip
Size: 10.82 KB
md5_file hash: ee953861e46d8081ad01f9544e32a329
First released: February 2, 2008 - 7:24pm

Version 1.1.1

  • Bugfix - Make the stringToDate function a bit more forgiving. Previously
    it wouldn't accept international characters in the month name (e.g. Mär)
    Now the month name is only required to be a positive number of non-space
    characters. [Heads up: Arne-Kolja Bachstein]

Date Input 1.1

Download: date_input-1.1_0.zip
Size: 10.67 KB
md5_file hash: efb656a04e2fa2bc57fd90db244d2e2d
First released: January 21, 2008 - 1:42am
Last updated: January 21, 2008 - 1:42am

Version 1.1

  • Localise the $ function for the whole plugin, for better compatibility
  • Add an options argument, a simple way to customise or localise the plugin
  • Add a start_of_week option and make the code more general to accomodate this
  • Hide the date selector if a click is detected anywhere within the window, not just in the body of the document (only for browsers which support window.onclick)