为了账号安全,请及时绑定邮箱和手机立即绑定

jq报错 $(...).children(...).transition is not a function

jq报错 $(...).children(...).transition is not a function

<script>   var i= 180;    $('.ecjia-store-list').on('click','.js-zk',function(){        $(this).parent().prev('.fuwu-info').slideToggle();                if($(this).children('span').text()=='展开'){          $(this).children('span').text('收起');          $(this).children('img').transition({ rotate: i+'deg' });          }else{          $(this).children('span').text('展开');          $(this).children('img').transition({ rotate: i+'deg' });          }        i = i+180;      })</script>源码是这样的 现在报错 $(...).children(...).transition is not a function 请问为什么
查看完整描述

1 回答

?
ahchenxi2008

TA贡献2条经验 获得超0个赞

jq有transition方法吗,我查了没有呀

查看完整回答
反对 回复 2018-06-08
  • 1 回答
  • 0 关注
  • 2700 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信