Book a Demo
Home Events - AEM-Test Events 2023 BICSI Winter Conference & Exhibition
Visit AEM at BOOTH 820 BIG 3

2023 BICSI Winter Conference & Exhibition

AEM is a Platinum Sponsor! Stop by Booth #820 to see LIVE Demos of the award-winning smart solutions for smart buildings.

Get a FREE Complimentary Admission to Exhibit Hall from AEM.

Date

07 - 09 Feb 2023
Expired!

More Info

Read More

Category

Leave a Reply

Your email address will not be published. Required fields are marked *

jQuery(document).ready(function($){ jQuery('.nav-menu .menu-item-has-children').on("click", function(e){ e.stopPropagation(); if(jQuery(this).is("li")){ if(jQuery(this).hasClass('opened')){ jQuery(this).addClass('closed'); }else{ jQuery(this).removeClass('closed'); } jQuery(this).siblings().children('.sub-menu').removeClass('visible'); jQuery(this).siblings().removeClass('current-menu-parent opened'); jQuery(this).toggleClass('current-menu-parent opened'); jQuery(this).children('.sub-menu').toggleClass('visible'); } else { if(jQuery(this).parent().hasClass('opened')){ jQuery(this).parent().addClass('closed'); }else{ jQuery(this).parent().removeClass('closed'); } jQuery(this).parent().siblings().children('.sub-menu').removeClass('visible'); jQuery(this).parent().siblings().removeClass('current-menu-parent'); jQuery(this).parent().children('.sub-menu').toggleClass('visible'); jQuery(this).parent().toggleClass('current-menu-parent opened'); } }); });