码迷,mamicode.com
首页 > Web开发 > 详细

jquery 浏览器打印

时间:2017-06-12 17:15:31      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:content   浏览器   value   func   body   charset   打印   int()   blog   

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title></title>
    <script src="Scripts/jquery-1.10.2.js"></script>
    <script src="Scripts/jquery.PrintArea.js"></script>
    <script type="text/javascript">
        $(function () {
            //打印
            $("#btnPrint").bind("click", function (event) {
                $("#myPrintArea").printArea();
            });
           
        })
    </script>
</head>
<body>
    <div id="myPrintArea">
        <div>.....文本打印部分.....</div>
        <div>
            <table>
                <tr>
                    <td>这是一张表</td>
                    <td>这是一张表</td>
                </tr>
                <tr>
                    <td>这是一张表</td>
                    <td>这是一张表</td>
                </tr>
            </table>

        </div>
    </div>
    <div class="quote_title">引用</div><div class="quote_div"></div> 
    <input type=button class="noprint" id="btnPrint" value=" 打 印 "> <!--onclick=javascript:window.print()-->
</body>
</html>

 

jquery 浏览器打印

标签:content   浏览器   value   func   body   charset   打印   int()   blog   

原文地址:http://www.cnblogs.com/zmztya/p/6993613.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!