您的位置:首页 > Web前端 > JQuery

jquery复制表格到隐藏域,对隐藏域进行操作

2014-04-10 10:36 288 查看
jQuery('#pdiv').html(jQuery('#printDiv').html());

     jQuery('#pdiv button').remove(".commonButton");

     jQuery('#pdiv a').remove();

  LODOP.ADD_PRINT_HTM(88,200,1500,800,jQuery('#pdiv').html());

 

 

 

 

<div id="pdiv" style="display: none"></div>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: