jquery滑动切换问题
我在切换下一个 div 时遇到问题。这是代码:
我需要做的是:单击下一步按钮后,它将关闭当前的 box_content 并打开顺序中的下一个。很简单,但我做不到......请帮忙。
i'm having problems with toggling the next div. heres the code:
what i need to do is: after clicking the next button, it will close the current box_content and open the next one in the order. simple but i can't do it... please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将 $('.box_next').click() 函数更改为:
Change your $('.box_next').click() function to this: