Gmail

5 Easy Steps: How to Create a Gmail Account

Google provides many benefits to those who have an account. The easiest way to have access is to set up a Gmail (or Google Mail) account. If you’re wondering how to create a Gmail account, this helpful guide can get you set up with a new e-mail quickly and efficiently, so you can get to using … 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(); }); });