1. 首页
  2. 行业
  3. 电信
  4. jquery实现盒子下拉效果示例代码

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

上传者: 2020-12-13 09:09:17上传 PDF文件 20.19KB 热度 5次
代码如下: [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
下载地址
用户评论