Monday, October 20, 2014

Print Page Option using jquery

Posted by Unknown  |  No comments


 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  

 Providing option to print a page is a common task for web developers. Following is the available code:  
 <!– jQuery: Print Page –>  
 $(‘a.printPage’).click(function(){  
       window.print();  
       return false;  
 });   
 <!– HTML: Print Page –>  
 <div>  
 <a class=”printPage” href=”#”>Print</a>  
 </div>  

 if you want more related search please click here  
 please help to other  
 http://scriptquery.blogspot.in/  


5:24 AM Share:

0 comments:

Get updates in your email box
Complete the form below, and we'll send you the best coupons.

Deliver via FeedBurner
Proudly Powered by Blogger.
back to top