在 SlideDown 和 SlideUp 之间切换链接 (scriptaculous)
scriptaculous wiki 有一个演示(http://github.com/madrobby/scriptaculous/wikis /effect-slidedown),显示正在使用的 SlideDown 效果。 但是,如果隐藏某个 DIV,我需要具有相同的向下滑动链接,如果显示该 DIV,则需要向上滑动。
我该如何实现这一目标?
谢谢。
The scriptaculous wiki has a demo (http://github.com/madrobby/scriptaculous/wikis/effect-slidedown) that shows the SlideDown effect in use. However I need to have the same link to slide down if a certain DIV is hidden and SlideUp if that DIV is showing.
How do I achieve this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Effect.toggle。
Use Effect.toggle.
将其包装在函数中,然后调用该函数。
Wrap it in a function, call the function instead.