$(document).on('click', '#Calendar .isevent', function() { $('.event').not($('#' + this.id + ' .event').toggle()).hide() });