Cufon 文本在 jcarousel 中消失
我正在无限轮播上实现 cufon 。问题是,当轮播动态生成下一个循环 cufon 时,不会在该循环中显示。有什么解决办法吗?有没有办法在动态生成的文本上实现 cufon ?
这是演示链接
http://hashmatabbas.zxq.net/demo/
单击右键,然后滚动两次后 cufon 消失
Iam implementing cufon on infinite carousel. The problem is that when carousel dynamically generates next loop cufon dont shows there in that loop. Is there any fix? and Is there any way to implement cufon on dynamically generated text?
Here is the Demo link
http://hashmatabbas.zxq.net/demo/
click on right button and after two scrolls the cufon disappears
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试使用 Cufon.replace 而不是 Cufon.refresh
Try to use Cufon.replace instead Cufon.refresh
编辑 jquery.jcarousel.js 并
在下一个 & 中 添加以前的功能。
例如,目前在 2011 年 6 月 28 日,我正在使用来自 http://sorgalla.com 的版本:0.2.8 /jcarousel/ 您要修改的代码从第 455 行开始,请参见下面的示例:
Edit the jquery.jcarousel.js and add
within the next & previous functions.
So for example, currently on 06/28/11 I'm using Version: 0.2.8 from http://sorgalla.com/jcarousel/ the code you want to modify starts on line 455, see sample below:
您需要像这样触发
Cufon.refresh();
:You need to trigger
Cufon.refresh();
like so: