1. Introduction:
Wdcalendar is a clone of Google Calendar, which is implemented based on jquery. Most features of Google Calendar include: View by day, week, or month. You can drag events to create, update, or delete events. It is easy to use together with databases. (Including the PHP + MySQL example)
2. Permission:
Currently, version1.4 is an open-source version that allows free use (lgpl ).
3. compatibility:
Firefox2.0 + IE6 + opera9 + safari3 + chrome)
4. Installation and use:
Download the package and unzip to a directory.Copy unzipped directory to apache www directory / sub - directory.Open sample.php in your browser.-----------------------IMPORTANT !! !IMPORTANT !! !-----------------Bydefault, events are created randomly.If you would like it work with database, pleasea.create a database, and execute setup.sqlb.change php / dbconfig.php to fit yoursc.rename edit.db.php to edit.php, php / datafeed.db.php to php / datafeed.php(you may backup edit.php / datafeed.php)
The above English translation is:
Download and decompress the package.
Copy and decompress the package to the Apache server directory.
Configure the database: A. Create a database and execute setup. SQL to create a data table.
B. Configure the PHP/dbconfig. php content based on your own situation (that is, fill in the Connection database information)
C. Rename edit. DB. php to edit. php and PHP/DataFeed. DB. php to DataFeed. php.
5. Resources:
Home: http://www.web-delicious.com/jquery-plugins/#calendar
Download: http://www.web-delicious.com/jquery-plugins-demo/wdCalendar.zip
Example: http://www.web-delicious.com/jquery-plugins-demo/wdCalendar/sample.php