jquery 播放/暂停替换文本和恢复文本
到目前为止我在这里尝试过:http://jsfiddle.net/yusaf /VVEY9/26/
我在暂停和播放替换和恢复时遇到问题
- 如何在页面加载时隐藏
.pause
- 当
.play
为.play
时, 单击替换单击.pause
- 时带有
.pause
元素的元素将恢复为.play
元素
what I have tried so far here : http://jsfiddle.net/yusaf/VVEY9/26/
I have a problem with my pause and play replacing and reverting
- How can I have the
.pause
hidden on page load - when
.play
is clicked replace the element with the.pause
element - when
.pause
is clicked revert to.play
element
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以这样做:
You could do something like this:
您可以在这里找到更正:
http://jsfiddle.net/VVEY9/52/
您可以删除最后两个“点击”功能。
You can find the correction here :
http://jsfiddle.net/VVEY9/52/
You can remove the two last "click" functions.