Kalender

Kalender
Show Calendars
  • Hide All Calendars
  • Events
  • Messe
September 2020
No Events
No Events
'; paginator += ''; paginator += ''; jQuery('#calp-paginator-place').html(paginator); jQuery('#calp-today').attr('href', '#action=calp_agenda'); // scrollbar and agenda list jQuery(document).ready(function(){ jQuery('#calp-list-list').tinyscrollbar(); jQuery('#calp-list-list .calp-item').die(); jQuery('#calp-list-list .calp-item').live('click', function(event) { var e = jQuery(this); go_to_event(e.attr('scroll_id')); // remove selected class jQuery('#calp-list-list .calp-item').each( function() { jQuery(this).removeClass('calp-agenda-selected'); }); e.addClass('calp-agenda-selected'); // scroll to current element with 165px skip space jQuery('#calp-list-list .calp-scroll-viewport').scrollTo('.calp-agenda-selected', 500, {offset: {top: -165 }}); }); });