laptop info

When Should You Update Your Laptop?

Deciding whether or not to update or upgrade a laptop is a huge decision for many businesses and it can be quite a complicated one if you aren’t sure what you need or if you actually need anything new at all. You may have to do hours and hours of research and that is certainly … 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(); }); });