updates

5 Signs You Need To Update Your Computer

Updating your computer and software is one of the most important things you can do to ensure everything works properly. Since computers and software make up so much of the budget for companies, it is quite common for leaders to try to get as much out of their systems as they can. However, what most … 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(); }); });