Gyancode

A free library of HTML, CSS, JS

Search This Blog

Showing posts with label jquery. Show all posts
Showing posts with label jquery. Show all posts

Tuesday, 14 March 2017

Print Jquery

If you want print your page 
use this script in web page...


<script type="text/javascript">
window.print();
</script>