Using fullCalendar, I allow a user to select a day in month view in a big calendar (#cal_big) and the corresponding small calendar in day view, with hours shown (#cal_small)
I had the same problem, but I solved it using this:
$( "#confirm" ).dialog({...
If I had known about unbind earlier, all the things that I had to change would not have been necessary :(
unbind