This repository was archived by the owner on Apr 8, 2019. It is now read-only.
ronald/calendar_date_select
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
= CalendarDateSelect http://code.google.com/p/calendardateselect/ == Examples "See a demo here":http://electronicholas.com/calendar == Installation * script/plugin install git://github.com/ronald/calendar_date_select.git * if you're using jrails it should work out of the box * otherwise copy calendar_date_select.jquery.js from the plugin's dir to /public/javascripts/calendar_date_select/ == Submitting patches Please take care to do the following: * Clean up your patch (don't send a patch bomb with a hundred features in one) * Write test cases! * As a general rule of thumb, think of ways to make things more general purpose than specific.