// (function ($) { // $(document).ready(function () { // $('#overlay').css('display', 'none'); // $('#preloader').css('display', 'none'); // // $('.service__wrapper .elementor-container .elementor-row').slick({ // // dots: true, // // speed: 300, // // slidesToShow: 1, // // prevArrow: false, // // nextArrow: false // // }); // }); // })(jQuery); jQuery(document).ready(function () { jQuery('img:not([alt])').attr('alt', ''); jQuery('[name="EMAIL"]').attr("aria-label", "Your email address"); jQuery('a[href*="instagram"]').attr("aria-label", "Instagram"); jQuery('a[href*="facebook"]').attr("aria-label", "facebook"); jQuery('a[href*="linkedin"]').attr("aria-label", "linkedin"); jQuery('a[href*="twitter"]').attr("aria-label", "twitter"); jQuery('[src="https://apairconditioning.com/wp-content/uploads/2018/06/fpl.jpg"]').attr('alt', 'FPL Annual cooling cost comparison. Example: Annual cooling cost to run a 3-ton installed in the 1990s with a 10 SEER will be $1070. If replaced with a new 16 SEER system, the cost drops to $670 - a savings of $400 per year.') });