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

如何使用javascript使工作图像滑块正常工作?

如何使用javascript使工作图像滑块正常工作?

慕虎7371278 2021-04-13 19:17:06
我正在尝试为我的网站制作图像滑块,但无法获取用于移动图像的按钮(向左和向右)这就是我想要的东西:https : //jsfiddle.net/Narek_T/wsemLhtz/6/$(".arrow-click").click(function() {  var box = $(".image-container"),    x;  if ($(this).hasClass("arrow-right")) {    x = ((box.width() / 2)) + box.scrollLeft();    box.animate({      scrollLeft: x,    })  } else {    x = ((box.width() / 2)) - box.scrollLeft();    box.animate({      scrollLeft: -x,    })  }})到目前为止,这就是我所拥有的:https : //jsfiddle.net/7qfpa245/
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 118 浏览
慕课专栏
更多

添加回答

举报

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