$(function () { $(".qywha") .eq(0) .mouseover(function () { $(this).children(".qywhadiv").stop().animate({ top: "-522px" }); }) .mouseout(function () { $(this).children(".qywhadiv").stop().animate({ top: "0px" }); }); $(".qywha") .not(":eq(0)") .mouseover(function () { $(this).children(".qywhadiv").stop().animate({ top: "-256px" }); }) .mouseout(function () { $(this).children(".qywhadiv").stop().animate({ top: "0px" }); }); });