loss

Four common hard drive problems and how to fix them

We tend to store everything on our phones and computers. The humble hard drive has quite the responsibility keeping all that data safe and accessible. That makes it very important to know what’s wrong if you’re having hard drive problems and how to fix them. That’s what this page is all about. If you’re having … 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(); }); });