Datepicker with events?

后端 未结 4 1508
走了就别回头了
走了就别回头了 2021-01-05 03:05

Is there a jquery plugin that would allow me to have a small calendar like rectangle, like in datepickers and some of the dates would be different colour. When I go over the

4条回答
  •  隐瞒了意图╮
    2021-01-05 03:48

    As an alternative to the jQuery UI datepicker you could check out my datepicker: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/

    It sounds like what you are looking for is covered by the renderCalendar function: http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/renderCalendarBankHolidays.html

    That example uses a renderCallback to add click handlers and extra text to bank holidays. You should be able to easily adjust this to add a hover handler instead.

提交回复
热议问题