Skip to main content

Posts

Showing posts from April, 2018

Print and save using Jquery

https://www.youtube.com/watch?v=TGNT_AYB4BY This link is to download the video and file index.html <html> <head>     <title>Printind dive using jquery</title>     <script src='jquery.js'></script>     <script src="jQuery.print.js"></script>     <script>         // here we will write our custom code for printing our div         $(function(){             $('#printbtn').on('click', function() {                 //Print ele2 with default options                 $.print(".printstr");             });         });     </script> </head> <body style='background: #f9f9f9'>             <div class="printstr" style="border: 1px solid #a1a1a1; width: 400px; background: white; padding: 10px; margin: 0 auto; text-align: center;">                         <label>Hospital Number:</label><span id="pid" name=