jQuery .animate(),切换问题
我对 js 比较陌生,我正在尝试在我的投资组合中实现一个简单的 .animate() 功能。正如你所看到的这里,使用我编写的代码,名为ribbon的div完美地向下滑动,但看起来忽略脚本的“else”部分。
我知道我可能犯了一个愚蠢的错误,但目前我似乎无法想出更好的办法!
抱歉我的英语不好,做意大利人很糟糕。
I'm relatively new to js and I'm trying to implement a simple .animate() feature in my portfolio. As you can see here, with the code I wrote the div called ribbon slides down perfectly, but it seems to ignore the "else" part of the script.
I know I'm probably doing a dumb mistake, but I can't seem to be able to work out anything better at the moment!
Sorry for my bad english, sucks to be Italian.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
刚刚在一分钟前为另一个类似的问题想出了一个解决方案。
http://jsfiddle.net/HF5A5/
基本上,您将该值乘以 1 或 -1,然后切换该值价值。
或者更好: http://jsfiddle.net/HF5A5/1/
Just came up with a solution for another one like this a minute ago.
http://jsfiddle.net/HF5A5/
Basically you multiply the value by 1 or -1 and then toggle that value.
or better yet: http://jsfiddle.net/HF5A5/1/
只需将您拥有的内容,只需将
if
放入click
事件中即可。http://jsfiddle.net/Rkqge/12/
Just taking what you had, simply put the
if
inside theclick
event.http://jsfiddle.net/Rkqge/12/