Skip to content

Pretty Calendar v1.1

Compare
Choose a tag to compare
@neelsomani neelsomani released this 20 Apr 10:09
· 10 commits to master since this release

A complete version of Pretty Calendar for jQuery. While the features in this version are somewhat limited, the plugin is extremely customizable.

Some built-in features include:

  • optional navigation button with hooks
  • generating the document objects on the fly
  • custom labels for days

The calendar is really designed to be fed events in the form of arrays. The arrays can be generated with any server-side language from any database - the choice is left up to the developer. The final array that is passed to the Pretty Calendar object only needs 4 elements - the day it should be listed under, the time, the name of the event, and the background color.

Events can be generally customized through CSS and advanced customization is achievable with jQuery. All events are automatically given IDs along with all divs, so very little Javascript actually needs to be executed to get the calendar looking the way you want it.