[av_hr class=’invisible’ height=’100′ shadow=’no-shadow’ position=’center’ custom_border=’av-border-thin’ custom_width=’50px’ custom_border_color=” custom_margin_top=’30px’ custom_margin_bottom=’30px’ icon_select=’yes’ custom_icon_color=” icon=’ue808′ font=’entypo-fontello’ admin_preview_bg=”]
[av_textblock size=” font_color=” color=” admin_preview_bg=”]
[/av_textblock]
[av_heading tag=’h2′ padding=’10’ heading=’Chorister Calendar’ color=” style=’blockquote modern-quote modern-centered’ custom_font=” size=” subheading_active=” subheading_size=’15’ custom_class=” admin_preview_bg=”][/av_heading]
[av_hr class=’default’ height=’50’ shadow=’no-shadow’ position=’center’ custom_border=’av-border-thin’ custom_width=’50px’ custom_border_color=” custom_margin_top=’30px’ custom_margin_bottom=’30px’ icon_select=’yes’ custom_icon_color=” icon=’ue808′]
[av_codeblock wrapper_element=” wrapper_element_attributes=”]
[/av_codeblock]
[av_codeblock wrapper_element=” wrapper_element_attributes=”]
[/av_codeblock]
[av_codeblock wrapper_element=” wrapper_element_attributes=”]
jQuery(function($){ var calendar = $('#events_type_calendar'), list = $('#events_type_list');
$('.btn_calendar').click(function(){ let ele_btn = $(this), even_type = ele_btn.attr('id').replace('btn_', '');
if ( ele_btn.hasClass('active') ) { event.preventDefault(); } else { $('.btn_calendar').removeClass('active'); ele_btn.addClass('active');
$('.events_type').hide(); $('#events_' + even_type).show(); } }); });
[/av_codeblock]