Chinaunix首页 | 论坛 | 博客
  • 博客访问: 548988
  • 博文数量: 107
  • 博客积分: 5229
  • 博客等级: 大校
  • 技术积分: 1158
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-08 10:50
文章分类
文章存档

2015年(1)

2014年(1)

2012年(5)

2011年(22)

2010年(12)

2009年(13)

2008年(34)

2007年(19)

我的朋友

分类:

2010-04-26 18:44:55

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "">
<html xmlns="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script language="javascript" type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#qwe").mouseover(function(){$("#content").slideToggle("slow");});
$("#qwe").mouseout(function(){$("#content").slideToggle("slow");});
});
</script>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
<table width="100%" border="0">
  <tr>
    <td><input id="qwe" name="you" type="text" /></td>
    <td><div id="content" style="display:none">1231231231231231</div></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
</form>
</body>
</html>


阅读(1914) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~