Jquery event calendar
Please help choose jquery event calendar (or other good javascript event calendar)
and how to add events..
but no jquery full calendar because I'm interest in like (short month view)
http://jqueryui.com/demos/datepicker/#inline
http://keith-wood.name/cal开发者_如何学PythonendarsPicker.html
but it's datapicker not event-calendar...
I've used http://www.kelvinluck.com/assets/jquery/datePicker/ before as a datepicker which I load data into, it's real easy to do via an AJAX call to a php method which returns JSON.
It's easy to style, and i've added some event handling when any date with data associated with it is clicked.
There's a simple example here that shows how to do this.
jQuery Sparkle seems to be a good bet at providing a clean elegant solution for what you're asking.
It includes a very nice and slim jQuery Events Calendar based on the jQuery UI DatePicker. So you can highlight days of the jQuery UI DatePicker which have events and assign events to them - such that you could use onmouseover to display information about the events on that day.
As it is built on the jQuery UI DatePicker you could also use it to select days and use all the power and customisation as the DatePicker naturally has! It also supports AJAX or JSON objects to recieve data about the events.
You can find a demo of this functionality right here: http://www.balupton.com/sandbox/jquery-sparkle/demo/#eventcalendar (should be right down the bottom last time I checked)
It's open source under the AGPL licence, so you can feel free to grab what you need out of it worry free! :-) It's also actively developed on a day to day basis so you will never be short on support.
But most importantly it is a DRY Plugin/Effect Framework to allow you to develop plugins and extensions much more easily. So hope this helps to achieve that goal!
You can find more about jQuery Sparkle, and see some its demos right here at its homepage: http://www.balupton.com/projects/jquery-sparkle
Hope I've helped!
I'd like http://www.easyphpcalendar.com/ but I need open source decision
精彩评论