<!--微信小程序-->
<div ,$('#haha').width());
// var nnn=$('#haha').width()-$('#weixin-right').position().left
// console.log(mmm);
var n=1;
var speed = 2000;
$('#d1').click(function(){
$('#weixin-right').animate({left:mmm}, speed, function(){
speed += 1000;
});
});
});
</script>
</body>
</html>

相关文章:

  • 2022-12-23
猜你喜欢
  • 2021-09-03
  • 2021-11-30
相关资源
相似解决方案