oCalendar is a jQuery plugin that allows you to add an event calendar to your sites or projects easily. You can add, edit and delete events from the client side.
Create a div in your html and give an identifier.
Then;
$(”#calendar”).oCalendar();
Topics