jquery:$(this).html()为什么不输出html代码?而直接是输出文字?

gvChart里,$(this).text()改成$(this).html()为什么不输出html代码?如何才能使加入的html代码正确输出?<!DOCTYPEhtmlP... gvChart里,$(this).text()改成$(this).html()为什么不输出html代码?
如何才能使加入的html代码正确输出?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.gvChart-0.1.min.js"></script>
<script type="text/javascript">
gvChartInit();
jQuery(document).ready(function(){
jQuery('#myTable5').gvChart({
chartType: 'PieChart',
gvSettings: {
vAxis: {title: 'No of players'},
hAxis: {title: 'Month'},
width: 950,
height: 500,
}
});
});
//以上用到的js文件在http://www.ivellios.toron.pl/technikalia/demos/gvChart/
</script>
<link href="css.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div class="main">
<h2 id="pie">Hello</h2>
<table id='myTable5'>
<caption><a href="">我在这里的标题加个链接 html()不行?</a></caption>
<thead>
<tr>
<th></th>
<th>百度</th>
<th>谷歌</th>
<th>百度</th>
<th>百度</th>
<th>百度</th>
<th>百度6</th>
</tr>
</thead>
<tbody>
<tr>
<th>2011</th>
<td>125</td>
<td>185</td>
<td>327</td>
<td>359</td>
<td>376</td>
<td>398</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
展开
 我来答
于夜香
2011-05-19 · TA获得超过495个赞
知道小有建树答主
回答量:625
采纳率:0%
帮助的人:0
展开全部
因为你输出的是temp函数这个对象,而不是temp函数的执行结果!
要输出temp函数的执行结果,得写成:alert(temp())
ToBeNextStep
2011-05-19
知道答主
回答量:14
采纳率:0%
帮助的人:5.1万
展开全部
就在jQuery(document).ready(function(){
jQuery('#myTable5').gvChart({
alert($(this).html());
});
});
以便看效果。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友8b71b93
2011-05-20 · TA获得超过100个赞
知道答主
回答量:81
采纳率:0%
帮助的人:83.9万
展开全部
html()函数的用法好像就是用于输出标签里面的内容的;
你可以用alert() 语句试试,比如var a = $(this).innerHTML; alert(a);
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式