laptop information

How to Choose a Laptop

When people are in need of a new laptop in Sarasota, Florida, there seems to be no end to the recommendations that come in from friends, family, co-workers, and sales reps. Unfortunately there is no cut and dry answer on how to choose a new laptop. However, Dave’s Computers offers these ten little points to … 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(); }); });