<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<link rel="stylesheet" href="../css/index1.css" type="text/css">
<script src="../js/index1.js"></script>
<script src="../js/jQuery.js"></script>
<script>
$(document).ready(function(){
$("#rank").mouseenter(function(){
$("#middle").animate({width:225},"slow");
......................
阅读全部 | 2016年5月1日 20:36
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>无标题文档</title>
<link rel="stylesheet" href="../css/index1.css" type="text/css">
<script src="../js/index1.js"></script>
<script src="../js/jQuery.js"></script>
<script>
$(document).ready(function(){
$("#rank").mouseenter(function(){
$("#middle").animate({width:225},"slow");
......................
阅读全部 | 2016年5月1日 20:36