$w.onReady(function () { $w('#newYorkCollapseButton').onClick(() => { toggleBox($w('#newYorkCollapsibleBox'), $w('#newYorkPlusSign'), $w('#newYorkMinusSign')); }); $w('#tokyoCollapseButton').onClick(() => { toggleBox($w('#tokyoCollapsibleBox'), $w('#tokyoPlusSign'), $w('#tokyoMinusSign')); }); $w('#parisCollapseButton').onClick(() => { toggleBox($w('#parisCollapsibleBox'), $w('#parisPlusSign'), $w('#parisMinusSign')); }); }); function toggleBox(boxElement, plusSign, minusSign) { const isCollapsed = boxElement.collapsed; if (isCollapsed) { plusSign.hide(); minusSign.show(); boxElement.expand(); } else { minusSign.hide(); plusSign.show(); boxElement.collapse(); } }
top of page
Fixyte Systems, Inc - Automated Feeding and Handling for Optical Components
Untitled Project (10)_edited_edited_edited.png


Fixyte Systems

Blog

New Electronics

Ready to Partner?

Let’s talk about the challenges you’re up against and how Fixyte can help.

Fixyte Systems, Inc - Automated Feeding and Handling for Optical Components

Fixyte Systems, Inc

226 Lowell St, Wilmington, MA 01887

Phone: 781-474-2024

© 2024 Fixyte Systems, All Rights Reserved | Privacy Policy 

bottom of page