jquery实现盒子下拉效果示例代码
代码如下: [removed][removed] [removed] $(function () { $(‘div:eq(1)’).css({ ‘margin-top’: ‘-=100px’ }); $(‘div:first’).mouseover(function () { $(‘div:eq(1)’).animate({‘margin-top’:’+=100px’}); }) $(‘div:first’).mouseout(function () { $(‘div:eq(1)’).animate({ ‘m
下载地址
用户评论