1个回答
展开全部
写了段演示代码给你.把代码保存为demo.html,同时与jquery.js,1.jpg,2.jpg放在同一个文件夹就可以看见效果.
主要说明:
(1)table要加id属性
(2)使用attr()方法来变更background属性.
===============
<html>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" ></meta>
<head>
<title>
demo
</title>
<script src="jquery.js" type="text/javascript"></script>
<script>
function set_bg(){
$("#demo_table").attr("background","2.jpg");//关键在这里.
}
</script>
</head>
<body>
<div id="showTime">
<table class='itable' width='100%' height="800" id='demo_table' background="1.jpg">
<tr>
<td>
<input type="button" value="换张背景" onclick="set_bg();">
</td>
</tr>
</table>
</div>
</body>
</html>
主要说明:
(1)table要加id属性
(2)使用attr()方法来变更background属性.
===============
<html>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" ></meta>
<head>
<title>
demo
</title>
<script src="jquery.js" type="text/javascript"></script>
<script>
function set_bg(){
$("#demo_table").attr("background","2.jpg");//关键在这里.
}
</script>
</head>
<body>
<div id="showTime">
<table class='itable' width='100%' height="800" id='demo_table' background="1.jpg">
<tr>
<td>
<input type="button" value="换张背景" onclick="set_bg();">
</td>
</tr>
</table>
</div>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询