Contact Us

Please Contact:
Maggie Kolb
Communications
Director

JE Dunn is committed to high standards of business conduct, and to maintain our high standard, we encourage all employees, clients, suppliers, subcontractors, and other third-party business partners to report any violations of business conduct that they feel is unlawful or unethical to our Ethics Hotline, which is available 24 hours a day, seven days a week. You can call our hotline at 866-742-5234 or submit a confidential online report.

No data was found
No data was found
(function($) { function logAndApplyFancyStuff() { console.log('Running fancy stuff…'); const links = $('.fancybox-link'); console.log('Found', links.length, 'fancybox-link(s)'); links.each(function(index) { const uniqueValue = 'fancybox-' + index; console.log('Setting data-src:', uniqueValue, 'on:', this); $(this).attr('data-src', uniqueValue); const container = $(this).find('.fancybox-container'); if (container.length) { console.log('Adding class', uniqueValue, 'to child container:', container.get(0)); container.addClass(uniqueValue); } else { console.warn('No child .fancybox-container found in:', this); } }); } // Run on initial load $(document).ready(function () { logAndApplyFancyStuff(); }); // Run every time JetEngine renders the listing grid $(document).on('jet-engine/listing-grid/rendered', function(event, $scope) { console.log('jet-engine/listing-grid/rendered triggered'); logAndApplyFancyStuff(); }); })(jQuery);