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.

Releases for jCal - multi-day multi-month calendar datepicker


jCal - multi-day multi-month calendar datepicker 0.3.5

0.3.5

  • fixed issue with wrong 2nd month displaying if current day of first month was greater than the number of days in the 2nd month. i.e. current date of 7/31/2008 and only 30 days in Sept then Oct would automatically be shown as the next month incorrectly.

jCal - multi-day multi-month calendar datepicker 0.3.4

jCal - multi-day multi-month calendar datepicker 0.3.3

Now there are 2 versions of jCal:

  • "heavy" jCal.js with the new month/year pulldown at 14KB uncompressed
  • "light" jCal-light.js with all functionality and bugfixen except the new month/year pulldown at 10KB uncompressed

Changes in version 0.3.3:

  • added pretty combobox-ish pulldowns for months and years for easier navigation of date
  • variable scope bug fixes - no more lost or conflicting settings with multiple jCals

jCal - multi-day multi-month calendar datepicker 0.3.2

  • speed improvements when scrolling through months and rollover day highlighting - 10% faster
  • fixed retention of selected days when scrolling through months when selected days span multiple months

jCal - multi-day multi-month calendar datepicker 0.3.1

  • fixed bug when scrolling over months that were completely blacked out via the dCheck functionality.
  • fixed the dCheck day to be "zeroed out" i.e. the BOD (Beginning Of Day - 00:00:000GMT) to make the dCheck easier to work with.

jCal - multi-day multi-month calendar datepicker 0.3.0

  • Fixed bug with jQuery 1.2.6 and IE6 IE7 without the need of a patched version of the jQuery core. As it turns out the jQuery.fn.clone(true) was misused in my code when a simple jQuery.fn.appendTo() could be used to move elements from one container to another faster. This should not only now with with jQuery 1.2.6 but be significantly faster than previous versions when scrolling through months
  • Added ability to access each instantiated calendar's selected day and selected number of days via the $('#container').data('day') and $('#container').data('days') cached variables from any other javascript scope
  • The selected day(s) are now re-selected when scrolling through months and then scrolling back to the month(s) the day(s) are selected in

jCal - multi-day multi-month calendar datepicker 0.2.3

jCal - multi-day multi-month calendar datepicker 0.2.1

  • cutoff sequential days incorrect on last month
  • wrong month output in click callback
  • added comments to extensible options
  • now can configure how month starts, i.e. starts sunday, starts monday + more callback style changes
  • added comments to help configure styles

jCal - multi-day multi-month calendar datepicker 0.2

new scrolling/carousel animated month navigation.

jCal - multi-day multi-month calendar datepicker 0.1.1

fixed issue with scope being lost when using multiple calendars on the page (not multiple months) and scrolling through the simple left || right buttons.

jCal - multi-day multi-month calendar datepicker 0.1

Initial release

Contents of release

  • jCal.html - demonstration html invoking jCal examples on table-cell elements
  • jCal.js - core jCal plugin code
  • jCal.css - default styles for all jCal elements
  • _left.gif, _right.gif, eeGrad.gif - graphical assets used for default style