Windows 10 Taskbar

How to fix an unresponsive Windows 10 Taskbar

  The Windows 10 Taskbar is the center of how we work with our computer so today’s computer repair post is all about fixing it when it stops responding. For some reason, the Taskbar can freeze or generally not respond as it should but there are a couple things you can do to fix it. … 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(); }); });