$(document).ready(function() { $('.agenda-block .calendar_title').click(function () { $(this).next('ul').toggle('show'); }); });