Misha Moroshko
Misha Moroshko

Reputation: 171321

Small calendar with custom events for Rails 3 application

I'm looking for jQuery Calendar plugin for my Rails 3 application.

It should look like jQuery Datepicker, but I would like also to have the ability to add (possibly recurrent) events to it, and see them on date hover.

It is important that the calendar will be small like jQuery's Datepicker. FullCalendar, for example, is too big.

Any ideas ?

Upvotes: 1

Views: 721

Answers (1)

Devin M
Devin M

Reputation: 9752

You could attempt to modify jQuery Datepicker to fit your needs. Otherwise I dont see a lot of date plugins that are well supported for jQuery.

Upvotes: 1

Related Questions