Simplistic jQuery Calendar
I am simply needing a jQuery-based calendar component that:
- uses very few lines of jQuery code
- uses very view lines of CSS
- doesn开发者_如何学Python't require that I install an entire jQuery UI library and stuff like that
- simply lets you pick the date on any given year or month
- always displays a single month, inline -- not fullscreen/huge, not a popdown
- no week number display
- no time display
- no multiple calendars -- just one month
- sends an event trigger when one clicks a particular date, and highlights that date
- defaults to an assignable date
- lets one start the week either on monday or sunday
So far, I haven't seen anything like that out there. Anyone seen one?
John Leighton's Date Input
The most light-weight, simple date picker I've found. Doesn't sacrifice on looks to accomplish it like some other light-weight date pickers, which is why it gets my pick.
Download here.
精彩评论