jquery实现盒子下拉效果示例代码

chen65708 4 0 PDF 2020-12-13 09:12:16

代码如下: [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

用户评论
请输入评论内容
评分:
暂无评论