文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Jquery 展开收缩功能

Jquery 展开收缩功能

时间:2010-04-26  来源:youkuiyuan

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<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>


相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载