skip to Main Content

Senior Manufacturing Engineer – East Aurora, NY, USA (1781846)

Position Overview: The Senior Manufacturing Engineer will play a critical role in optimizing manufacturing processes, improving production efficiency, and driving continuous improvement initiatives. This position requires strong technical expertise, leadership skills, and a strategic mindset to support the company's growth objectives and ensure operational excellence. Key Responsibilities: * Lead and support the development and implementation of manufacturing processes,...
Read more
// Gtranslate - Ensure the dropdown opens and closes correctly without affecting top bar document.addEventListener('DOMContentLoaded', function() { var languageSelector = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_selected'); var dropdown = document.querySelector('.gtranslate_wrapper .gt_switcher .gt_option'); if (languageSelector) { languageSelector.addEventListener('click', function(e) { e.preventDefault(); // Toggle the dropdown display if (dropdown.style.display === 'block') { dropdown.style.display = 'none'; } else { dropdown.style.display = 'block'; } }); // Close the dropdown when clicking outside of it document.addEventListener('click', function(event) { if (!languageSelector.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); } });