jQuery的好用Plugin
當只想列印網頁中的某個區塊,或是不想讓使用者自己使瀏覽器的列印功能時,這個plugin就很好用了!
使用介紹:http://plugins.jquery.com/project/jqPrint
檔案下載:http://plugins.jquery.com/node/8069/release
<script language="javascript"> $(document).ready(function(){ $("#print").click(function(){ $("#ppage").jqprint(); }); }); </script> |
全站熱搜