screen

How to fix a flickering screen on the 2018 MacBook Air

People usually buy Apple products because they just work. You can use them whenever and however you like confident that they will do what you want and never let you down. They aren’t without their foibles though. One we saw last week was a 2018 MacBook Air with a screen that kept flickering. We love … Read more

jQuery(document).ready(function($) { // Add a class to all images that should trigger the print dialog $('.print-image').click(function() { // Create a new window with only the clicked image var printWindow = window.open('', '_blank'); var imageUrl = $(this).attr('src'); // Write the image to the new window printWindow.document.write('Print Image'); printWindow.document.close(); // Trigger the print dialog for the new window printWindow.print(); }); });