RentaLite LED Products

Explore the RentaLite Catalogue

Browse our complete lighting collection from elegant luminaires to high-performance spotlights, all in one place.

jQuery(document).ready(function($){ $('.e-n-tab-title').each(function(){ let tabIndex = $(this).data('tab-index'); let tabButton = $(this); let contentID = '#e-n-tab-content-' + $('div.e-n-tabs').attr('data-widget-number') + tabIndex; let imageSrc = $(contentID).find('img').first().attr('src'); tabButton.hover( function(){ $('.main-image img').attr('src', imageSrc); } ); }); });