我们如何打印另一页[另一页]中的div?如果是这样我们怎么能实现这个目标
编码我到目前为止所尝试的内容?
function editBilling(invoiceId,invoiceName)
{
window.location=url+"admin/editBilling/"+invoiceId+"/"+invoiceName;
printMode();
//$("#disBillingDet").printElement({printMode:'popup'});
}
function printMode()
{
alert("print");
$("#disBillingDet").printElement({printMode:'popup'});
}
页面在转到页面之前重新加载...如何实现此目的
答案 0 :(得分:1)
尝试使用jQuery load()函数,如
$('#result').load('ajax/test.html #container');
这将使用" Container"加载div。 ID进入"结果"格