在jsp里面导入js文件,但是无法使用js中的方法!!!
下面是js中的方法functionfangAnTable(){varstr=newArray();str.push("<tablestyle="BORDER-COLLAP...
下面是js中的方法
function fangAnTable(){
var str=new Array();
str.push("<table style="BORDER-COLLAPSE: collapse" borderColor=#000000 height=40 cellPadding=1 width=100% align=center border=1>"); str.push("<tr>"); str.push("<td colspan='"+60+"' style='text-align:center'>"); str.push("<div id=\"yszj_statistic_"+areas[i].areaId+"_"+years[j]+"\" style=\"height: 20px;margin-top: 10px\">"+areas[i].areaName+"<font color='red'>"+years[j]+"</font>年度方案上报情况</div>"); str.push("</td>"); str.push("</tr>");
str.push("</table>");
jQuery("#fangAn").html(str.join(""));
}
下面是我的jsp中代码
我打开jsp页面什么都没有,这是怎么回事 展开
function fangAnTable(){
var str=new Array();
str.push("<table style="BORDER-COLLAPSE: collapse" borderColor=#000000 height=40 cellPadding=1 width=100% align=center border=1>"); str.push("<tr>"); str.push("<td colspan='"+60+"' style='text-align:center'>"); str.push("<div id=\"yszj_statistic_"+areas[i].areaId+"_"+years[j]+"\" style=\"height: 20px;margin-top: 10px\">"+areas[i].areaName+"<font color='red'>"+years[j]+"</font>年度方案上报情况</div>"); str.push("</td>"); str.push("</tr>");
str.push("</table>");
jQuery("#fangAn").html(str.join(""));
}
下面是我的jsp中代码
我打开jsp页面什么都没有,这是怎么回事 展开
3个回答
展开全部
jQuery包,js方法有没有在打开时被执行!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在jsp中你没有调用fangAnTable()。
追问
我在js的function中的最后面用了
jQuery("#fangAn").html(str.join(""));
就是找到jsp中的那个div,按道理应该是可以出表格啊
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询