div 怎么用jquery嵌入页面"chart.jsp" <div> 中间这块怎么写啊 求助 </div>
3个回答
展开全部
我想知道你是要弹层 还是要跟原页面一起显示呀? 要是弹层 用artDialog 这个js控件 挺不错的 要是 和原页面一起显示用iframe呀 嵌套显示
弹层:$.dialog.open(‘chart.jsp',{
window:'top',
width: '100em',
height: 400,
title:'业务统计详细',
border:false,
lock: true,
left:'center',
content:'',
yesText:'返回',
yesFn: function(){
return true;
}
});
弹层:$.dialog.open(‘chart.jsp',{
window:'top',
width: '100em',
height: 400,
title:'业务统计详细',
border:false,
lock: true,
left:'center',
content:'',
yesText:'返回',
yesFn: function(){
return true;
}
});
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
$.ajax({
url: "test.html",
cache: false,
success: function(html){
$("#results").append(html);
}
});
url: "test.html",
cache: false,
success: function(html){
$("#results").append(html);
}
});
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
$.ajax({
type: "POST",
url: "chart.php",
data: "name=John&location=Boston",
success: function(msg){
$("#yourdiv").html(msg);
}
});
type: "POST",
url: "chart.php",
data: "name=John&location=Boston",
success: function(msg){
$("#yourdiv").html(msg);
}
});
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询