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