Mac vs PC

How to Decide Between a Mac and a PC

For those who are trying to decide on a new computer for their Princeton, NJ business, no debate rages quite as hard as as the Mac and PC battle. How to decide between a Mac and a PC isn’t always the easiest thing to unfurl. Both have quite passionate followings that will swear that they … 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(); }); });