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/calendarsPicker.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.