移除类后 Cufon 颜色保持不变
我有链接,当点击一个链接时,会添加一个 id 来改变颜色。其他链接已删除该类,因此颜色将恢复正常。这是在禁用 javascript 的情况下工作的,我什至可以看到代码在 firebug 中工作,但由于某种原因 cufon 保留了所选的类颜色。请提供任何帮助。塔
I have links and when one is clicked there is an id added which changes the colour. The other links have the class removed so there colour will retun to normal. This is working with javascript disabled and I can even see the code working in firebug but for some reason cufon keeps the selected class colour. Any help please. Ta
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试重新绘制文本
Try to repaint the text
继 balint 所说之后,这里有一个关于如何刷新切换类的列表元素的 cufon 的 jquery 示例:
Following up on what balint said, here's a jquery example on how to refresh cufon for list elements that toggle classes: